Constant MSGPACK_FIXSTR_MIN

Source
pub const MSGPACK_FIXSTR_MIN: u8 = 0xa0;
Expand description

Fixstr format family - Represents strings up to 31 bytes in a compact format The first 3 bits are 101, and the remaining 5 bits store the length Ref: https://github.com/msgpack/msgpack/blob/master/spec.md#formats-str