Crate picostring

Source

Structsยง

ExceedsCapacity
PicoString
A stack allocated string containing up to CAPACITY bytes. Currently that must be strictly less than 64, but the utf-8 3 and 4 width extension bytes may be used to increase this to 2048, or 32,768 which seems a tad extravagant.