#c-strings #kernel #no-std #rlibc

no-std rcstring

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

2 releases

Uses old Rust 2015

0.2.1 Mar 5, 2016
0.2.0 Nov 14, 2015
0.1.2 Nov 13, 2015
0.1.1 Nov 13, 2015
0.1.0 Nov 12, 2015

#20 in #c-strings

21 downloads per month
Used in 5 crates (3 directly)

MIT license

10KB
232 lines

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.

No runtime deps