1 个不稳定版本
0.1.4 | 2023 年 5 月 6 日 |
---|---|
0.1.3 |
|
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#160 在 FFI
每月 62 次下载
在 9 个 crates 中使用 (7 个直接使用)
7KB
120 行
asciiz
asciiz Rust crate 创建缓冲区并复制以 0u8 结尾的字节
示例
use asciiz::u8z::U8zBuf;
let mut m = U8zBuf::from_u8array(b"bytesarray"); // to keep lifetime
let r = unsafe { c_function_requires_asciiz_const(m.as_i8p()) };
let s = unsafe { c_function_requires_asciiz_not_const(m.as_i8p_mut()) };
示例
另请参阅
许可证
MIT 许可证