pub type String = String<64>;
Limit Strings to 64 chars, similar to char[64] in C
char[64]
pub struct String { /* private fields */ }