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