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