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