Module os_str
1.87.0 · Source Available on crate feature std
only.
Expand description
- 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.