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§

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