pub const KEY_STACK_CAP: usize = _; // 112usize
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.
KeyBuffer