#c-str #const #compile-time #safely #create #detail #const-c-str

const-c-str-impl

实现细节,见 https://crates.io/crates/const-c-str

1 个不稳定版本

0.1.0 2019年3月5日

#21#c-str


用于 const-c-str

MIT/Apache

3KB

Crates.io api

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