ustr-import
Development files for ustr
Install
- All systems
-
curl cmd.cat/ustr-import.sh
- Debian
-
apt-get install libustr-dev
- Ubuntu
-
apt-get install libustr-dev
- Kali Linux
-
apt-get install libustr-dev
- CentOS
-
yum install ustr-devel
- Fedora
-
dnf install ustr-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libustr-dev
- Raspbian
-
apt-get install libustr-dev
- Dockerfile
- dockerfile.run/ustr-import
ustr-devel
Development files for ustr
libustr-dev
Micro string library: development stuff
ustr (Micro string library) is a string API for C. It has tiny overhead over just plain strdup(), is much safer, is easier to use, is faster for many operations, can be used with read-only or automatically allocated data. You don't even need to link to the library to use it (so there are no dependencies). This package contains header files and static libraries needed to compile applications or shared objects that use ustr.