Constant json_ld_syntax::SMALL_STRING_CAPACITY
source · pub const SMALL_STRING_CAPACITY: usize = 16; // 16usizeExpand 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; // 16usizeString stack capacity.
If a string is longer than this value, it will be stored on the heap.