Skip to main content

VAL_STACK_CAP

Constant VAL_STACK_CAP 

Source
pub const VAL_STACK_CAP: usize = _; // 496usize
Expand description

Default inline byte capacity for serialized values.

ValBuffer uses this value when no capacity is supplied. Values exceeding the budget spill to the heap rather than being truncated.