c_str-1.0.8 doesn't have any documentation.
c_str 
Old rust c_str module. It provides the ToCStr and FromCStr traits. It works just like the old one:
extern crate libc;
extern crate c_str;
use c_str::;
Equivalent in Rust
Here is the equivalent in pure Rust:
Usage
You can use it directly by adding this line to your Cargo.toml
file:
c_str = "^1.0.0"
Here's is the crates.io page for c_str
.
License
This project is under the MIT and Apache 2.0 licenses. Please look at the license files for more information.