pub const MAX_INLINE_LEN: usize = 16;Expand description
Maximum length for inline string, which can be created with CompactStr::new_const.
pub const MAX_INLINE_LEN: usize = 16;Maximum length for inline string, which can be created with CompactStr::new_const.