#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 #nostd

Download history 4/week @ 2024-11-13 8/week @ 2024-11-20 12/week @ 2024-11-27 20/week @ 2024-12-04 31/week @ 2024-12-11 8/week @ 2024-12-18 5/week @ 2025-01-08 18/week @ 2025-01-15 3/week @ 2025-01-22 19/week @ 2025-02-05 20/week @ 2025-02-12 1/week @ 2025-02-19 15/week @ 2025-02-26

55 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