std
1.91.0-nightly
(ca7750494 2025-08-09)
Module os_str
Module Items
Re-exports
Modules
In std::
sys
std
::
sys
Module
os_str
Copy item path
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]
.