Docs.rs
std-macro-extensions-0.17.4
std-macro-extensions 0.17.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eastspire
Dependencies
Versions
96.97%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
std_
macro_
extensions
0.17.4
Module os_str
Module Items
Structs
In crate std_
macro_
extensions
std_macro_extensions
Module
os_str
Copy item path
Source
🔬
This is a nightly-only experimental API. (
os_str_display
)
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.