#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

#14 in #c-strings

Download history 61/week @ 2024-07-29 22/week @ 2024-08-05 18/week @ 2024-08-12 13/week @ 2024-08-19 15/week @ 2024-08-26 23/week @ 2024-09-02 20/week @ 2024-09-09 17/week @ 2024-09-16 63/week @ 2024-09-23 28/week @ 2024-09-30 42/week @ 2024-10-14 14/week @ 2024-10-21 15/week @ 2024-10-28 18/week @ 2024-11-04 3/week @ 2024-11-11

52 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