Macros§
- Formats arguments to a
SmolStr
, potentially without allocating.
Structs§
- A
SmolStr
is a string type that has the following properties: - A builder that can be used to efficiently build a
SmolStr
.
Traits§
- Convert value to
SmolStr
usingfmt::Display
, potentially without allocating.