Crate smol_str

Crate smol_str 

Source

Modulesยง

private ๐Ÿ”’

Macrosยง

format_smolstr
Formats arguments to a SmolStr, potentially without allocating.

Structsยง

SmolStr
A SmolStr is a string type that has the following properties:

Enumsยง

InlineSize ๐Ÿ”’
Repr ๐Ÿ”’

Constantsยง

INLINE_CAP ๐Ÿ”’
N_NEWLINES ๐Ÿ”’
N_SPACES ๐Ÿ”’
WS ๐Ÿ”’

Traitsยง

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

Functionsยง

build_from_str_iter ๐Ÿ”’