smol_
str
0.2.2
All Items
Crate 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.
ToSmol
Str
Convert value to
SmolStr
using
fmt::Display
, potentially without allocating.