SMALL_STRING_CAPACITY

Constant SMALL_STRING_CAPACITY 

Source
pub const SMALL_STRING_CAPACITY: usize = 16;
Expand description

String stack capacity.

If a string is longer than this value, it will be stored on the heap.