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:
SmolStrBuilder
A builder that can be used to efficiently build a SmolStr.

Traits§

StrExt
str methods producing SmolStrs.
ToSmolStr
Convert value to SmolStr using fmt::Display, potentially without allocating.