pub const MAX_RUNTIME_BUFFER: [u8; 8];
Expand description

UTF-8 byte encoding of MAX_RUNTIME

assert!(MAX_RUNTIME.as_bytes() == MAX_RUNTIME_BUFFER);