wasmtime_environ::__core::ffi

Module c_str

Source
🔬This is a nightly-only experimental API. (c_str_module)
Expand description

CStr and its related types.

Structs§

BytesExperimental
An iterator over the bytes of a CStr, without the nul terminator.
CStrExperimental
Representation of a borrowed C string.
FromBytesUntilNulErrorExperimental
An error indicating that no nul byte was present.

Enums§

FromBytesWithNulErrorExperimental
An error indicating that a nul byte was not in the expected position.