MSGPACK_FIXMAP_MIN

Constant MSGPACK_FIXMAP_MIN 

Source
pub const MSGPACK_FIXMAP_MIN: u8 = 0x80;
Expand description

Fixmap format family - Represents maps with up to 15 key-value pairs in a compact format The first 4 bits are 1000, and the remaining 4 bits store the length Ref: https://github.com/msgpack/msgpack/blob/master/spec.md#formats-map