pub type str64 = tstr<64>;
A str64 can hold a string of up to 63 bytes. See docs for [fstr] or zstr
struct str64 { /* private fields */ }
+