Functionsยง
- decode
- Read a
u64from abytes::Buf. - encode
- Encode a
u64integer to thebytes::BufMut. Returns how many bytes were encoded. - length
- Returns how many bytes are needed to encode a value.
- signed_
decode - Decode a single
i64(signed) integer from abytes::Buf. - signed_
encode - Encode a
i64(signed) integer in thebytes::BufMut. Returns how many bytes were encoded. - signed_
length - Returns how many bytes are needed to encode a value.