Module os_str
std
1.89.0-nightly-4d051fb30-2025-05-18
Target
x86_64-unknown-linux-gnu
x86_64-pc-windows-gnu
aarch64-apple-darwin
Module os_str
Module Items
Re-exports
Modules
In std::
sys
Modules
alloc
anonymous_pipe
args
backtrace
cmath
env
env_consts
exit_guard
fd
fs
io
net
os_str
pal
path
personality
process
random
stdio
sync
thread_local
std
::
sys
Module
os_str
Copy item path
Settings
Help
Summary
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]
.