Constant MSGPACK_FIXARRAY_MIN

Source
pub const MSGPACK_FIXARRAY_MIN: u8 = 0x90;
Expand description

Fixarray format family - Represents arrays with up to 15 elements in a compact format The first 4 bits are 1001, and the remaining 4 bits store the length Ref: https://github.com/msgpack/msgpack/blob/master/spec.md#formats-array