Module os_str

Source

Re-exports§

pub use bytes::Buf;
pub use bytes::Slice;

Modules§

bytes 🔒
The underlying OsString/OsStr implementation on Unix and many other systems: just a Vec<u8>/[u8].