rustc_
std_
workspace_
std
1.89.0-nightly-777d37277-2025-05-17
Module os_str
Module Items
Structs
In rustc_
std_
workspace_
std::
ffi
rustc_std_workspace_std
::
ffi
Module
os_str
Copy item path
1.87.0
·
Source
Expand description
The
OsStr
and
OsString
types and associated utilities.
Structs
§
Display
Helper struct for safely printing an
OsStr
with
format!
and
{}
.
OsStr
Borrowed reference to an OS string (see
OsString
).
OsString
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.