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
Similarly, Box<AsciiStr> uses less memory than AsciiString, so it would be helpful if there were ways to convert a AsciiString to a Box<AsciiStr>, just as it is possible to do so for String and Box<str>.
On my machine, Box<AsciiStr> uses 16 bytes compared to 24 bytes for AsciiString.