Docs.rs
smol_str-0.2.1
smol_str 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
matklad
Veykril
github:rust-lang:rust-analyzer
Dependencies
arbitrary ^1.1.0
normal
serde ^1.0.136
normal
proptest ^1.0.0
dev
serde ^1.0.136
dev
serde_json ^1.0.79
dev
Versions
35.71%
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
smol_str
0.2.1
All Items
Macros
Structs
Traits
?
Crate
smol_str
source
·
[
−
]
Macros
format_smolstr
Formats arguments to a
SmolStr
, potentially without allocating.
Structs
SmolStr
A
SmolStr
is a string type that has the following properties:
Traits
ToSmolStr
Convert value to
SmolStr
using
fmt::Display
, potentially without allocating.