Constant MSGPACK_POSFIXINT_MIN

Source
pub const MSGPACK_POSFIXINT_MIN: u8 = 0x00;
Expand description

Positive fixint format family - Represents positive integers from 0 to 127 in a single byte The first bit is 0, and the remaining 7 bits store the value Ref: https://github.com/msgpack/msgpack/blob/master/spec.md#int-format-family