Expand description
Helper utilities
Modules§
- ffi 🔒
- Ffi-related functionality for Utf8CStr
Macros§
- define_
from_ 🔒for_ arc - Define an
impl From<fromty> for toty`` that wraps its input as
toty::variant(Arc::new(e))``
Structs§
- Utf8C
String - A string that is guaranteed to be UTF-8 and NUL-terminated, for fast access as either type.
Enums§
- Utf8C
String 🔒From Bytes Error - An error from trying to convert a byte-slice to a Utf8CString.