Crate
smol_str
smol_
str
0.2.2
All Items
Crate Items
Macros
Structs
Traits
Crates
bitflags
bytemuck
bytemuck_derive
cosmic_text
font_types
fontconfig_parser
fontdb
libc
libm
log
memmap2
proc_macro2
quote
rangemap
read_fonts
roxmltree
rustc_hash
rustybuzz
self_cell
skrifa
slotmap
smallvec
smol_str
swash
syn
sys_locale
tinyvec
tinyvec_macros
ttf_parser
unicode_bidi
unicode_bidi_mirroring
unicode_ccc
unicode_ident
unicode_linebreak
unicode_properties
unicode_script
unicode_segmentation
yazi
zeno
Crate
smol_str
Copy item path
Settings
Help
Summary
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.