Docs.rs
smol_str-0.2.2
smol_str 0.2.2
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
matklad
Veykril
github:rust-analyzer:review
Dependencies
arbitrary ^1.1.0
normal
optional
serde ^1.0.136
normal
optional
proptest ^1.0.0
dev
serde ^1.0.136
dev
serde_json ^1.0.79
dev
Versions
57.14%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
smol_str
0.2.2
All Items
Macros
Structs
Traits
Crate
smol_str
Copy item path
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
§
StrExt
str
methods producing
SmolStr
s.
ToSmolStr
Convert value to
SmolStr
using
fmt::Display
, potentially without allocating.