smol_str
0.2.2
All Items
Macros
Structs
Traits
?
Settings
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.