12 releases
0.2.4 | Mar 13, 2023 |
---|---|
0.2.3 | Mar 12, 2023 |
0.1.3 | Jan 21, 2022 |
0.1.2 | Nov 14, 2021 |
0.0.3 | Nov 6, 2021 |
#114 in FFI
197 downloads per month
Used in 4 crates
(2 directly)
32KB
556 lines
Docs.rs
zstring
Zero-terminated string types.
For working with FFI.
lib.rs
:
A crate for "thin pointer" zero-termianted string data.
Unlike the CStr
and CString
types, these types are compatible with direct FFI usage.