Skip to main content

KEY_STACK_CAP

Constant KEY_STACK_CAP 

Source
pub const KEY_STACK_CAP: usize = _; // 112usize
Expand description

Default inline byte capacity for serialized keys.

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