1 unstable release
0.1.0 | Mar 5, 2019 |
---|
#21 in #c-str
Used in const-c-str
3KB
const-c-str
Safely create &CStr at compile time checked with from_bytes_with_nul
Examples
use const_c_str::c_str;
#[cfg(feature = "const_cstr_unchecked")]
const greeting: &std::ffi::CStr = c_str!("Hello World!");
Dependencies
~2MB
~46K SLoC