const-cstr
Create static C-compatible strings from Rust string literals.
Usage
Cargo.toml:
[]
= "0.1"
Crate root:
extern crate const_cstr;
Example
extern crate const_cstr;
use c_char;
use CStr;
const_cstr!
// Imagine this is an `extern "C"` function linked from some other lib.
unsafe
Prints:
Hello, world!
Goodnight, sun!
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.