Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/std/ffi/enum.FromBytesWithNulError.html
FromBytesWithNulError in std::ffi - Rust
An error indicating that a nul byte was not in the expected position.
std ffi rust
https://doc.rust-lang.org/std/ffi/struct.NulError.html
NulError in std::ffi - Rust
An error indicating that an interior nul byte was found.
std ffi rust
https://doc.rust-lang.org/std/ffi/struct.IntoStringError.html
IntoStringError in std::ffi - Rust
An error indicating invalid UTF-8 when converting a `CString` into a `String`.
std ffi rust
https://doc.rust-lang.org/std/ffi/struct.OsStr.html
OsStr in std::ffi - Rust
Borrowed reference to an OS string (see `OsString`).
std ffi rust
https://doc.rust-lang.org/std/ffi/struct.OsString.html
OsString in std::ffi - Rust
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.
std ffi rust
https://doc.rust-lang.org/std/ffi/index.html
std::ffi - Rust
Utilities related to FFI bindings.
std ffi rust
https://doc.rust-lang.org/std/ffi/struct.CString.html
CString in std::ffi - Rust
A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
std ffi rustcstring