rcstring 0.2.0

Dependency-free CString-like implementation for projects with #[no_std]'s
Documentation

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.