2 releases
Uses old Rust 2015
0.2.1 | Mar 5, 2016 |
---|---|
0.2.0 | Nov 14, 2015 |
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#10 in #cstring
74 downloads per month
Used in 6 crates
(3 directly)
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.