pub type TinyStr16 = TinyAsciiStr<16>;
These are temporary compatability reexports that will be removed in a future version.
struct TinyStr16 { bytes: [AsciiByte; 16], }
bytes: [AsciiByte; 16]