MSGPACK_NEGFIXINT_MIN

Constant MSGPACK_NEGFIXINT_MIN 

Source
pub const MSGPACK_NEGFIXINT_MIN: i8 = -0x20;
Expand description

Negative fixint format family - Represents negative integers from -1 to -32 in a single byte The first 3 bits are 111, and the remaining 5 bits store the absolute value minus 1 Ref: https://github.com/msgpack/msgpack/blob/master/spec.md#int-format-family