pub type FStr8 = FixedStr<8, Align8>;
Fixed-length string with a capacity of 8 characters
Occupies 8 bytes
pub struct FStr8 { /* private fields */ }