devela
0.22.0
Module os_str
Module Items
Structs
In devela::
_
dep::
_
std::
ffi
devela
::
_dep
::
_std
::
ffi
Module
os_str
Copy item path
Source
🔬
This is a nightly-only experimental API. (
os_str_display
)
Available on
crate feature
std
only.
Expand description
The
OsStr
and
OsString
types and associated utilities.
Structs
§
Display
Experimental
Helper struct for safely printing an
OsStr
with
format!
and
{}
.
OsStr
Experimental
Borrowed reference to an OS string (see
OsString
).
OsString
Experimental
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.