Type Definition fixedstr::str4

source ·
pub type str4 = tstr<4>;
Expand description


strings of up to three 8-bit chars, good enough to represent abbreviations such as those for states and airports. Each str<4> is exactly 32 bits. Alias for internal type tstr<4>.