1 个不稳定版本
0.1.0 | 2019年3月5日 |
---|
#21 在 #c-str
用于 const-c-str
3KB
const-c-str
安全地在编译时创建 &CStr,使用 from_bytes_with_nul 检查
示例
use const_c_str::c_str;
#[cfg(feature = "const_cstr_unchecked")]
const greeting: &std::ffi::CStr = c_str!("Hello World!");
依赖
~2MB
~46K SLoC