c_string 0.6.2

C string helpers for Rust
docs.rs failed to build c_string-0.6.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: c_string-0.7.2

C string helpers for Rust

This library implements improvements over Rust's FFI facilities for null-terminated strings, as proposed in these RFCs:

On top of that, this crate provides RAII memory management helpers for foreign-allocated C-style strings, as well as more convenient transformation functions and macros that did not pass the rigors of the RFC process for inclusion in the Rust standard library.