Constant MAX_STR_SIZE

Source
pub const MAX_STR_SIZE: usize = 35;
Expand description

Hardware info strings (product, manufacturer, serial) maximum size. MAX_STR_SIZE = (max string length - 2 (header bytes)) \ 2. Where each info character is followed by a null character.