rcstring 0.1.1

Dependency-free CString-like implementation for projects where you can't use the stdlib
1
2
3
4
5
6
# rcstring

rcstring is a dependency-free implementation of a subset of features available
in `std::ffi::CString`. This enables developers writing things like drivers,
kernels or operating systems without libstd to have a clean CString API
without re-inventing the wheel.