☰
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.