rcstring 0.1.1

Dependency-free CString-like implementation for projects where you can't use the stdlib
rcstring-0.1.1 has been yanked.
Visit the last successful build: rcstring-0.2.1

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.