Constant inlinable_string::inline_string::INLINE_STRING_CAPACITY
source · pub const INLINE_STRING_CAPACITY: usize = 30;
Expand description
The capacity (in bytes) of inline storage for small strings.
InlineString::len()
may never be larger than this.
Sometime in the future, when Rust’s generics support specializing with compile-time static integers, this number should become configurable.