pub const MAX_INLINE: usize = size_of::<String>() - 1; // 0x0000_0000_0000_0017usize
Expand description

The maximum capacity of an inline string, in bytes.