You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use ArrayString to present very small strings, with about 3~15 length. u8 is enough for the length, while u32 is too bigger, taking 3 more bytes.
How can I make this? Fork this crate, change one line code, and publish a new crate?
The text was updated successfully, but these errors were encountered:
I want to use
ArrayString
to present very small strings, with about 3~15 length.u8
is enough for the length, whileu32
is too bigger, taking 3 more bytes.How can I make this? Fork this crate, change one line code, and publish a new crate?
The text was updated successfully, but these errors were encountered: