Module os_str
std
1.88.0-nightly
(b8c54d635 2025-04-20)
Module os_str
Module Items
Structs
In std::
ffi
Modules
c_str
os_str
Structs
CStr
CString
FromBytesUntilNulError
FromVecWithNulError
IntoStringError
NulError
OsStr
OsString
VaList
VaListImpl
Enums
FromBytesWithNulError
c_void
Type Aliases
c_char
c_double
c_float
c_int
c_long
c_longlong
c_schar
c_short
c_uchar
c_uint
c_ulong
c_ulonglong
c_ushort
std
::
ffi
Module
os_str
Copy item path
Settings
Help
Summary
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.