pub const SMALL_STRING_CAPACITY: usize = 16;
String stack capacity.
If a string is longer than this value, it will be stored on the heap.