decode_u53_varint

Function decode_u53_varint 

Source
pub const fn decode_u53_varint(buf: &[u8]) -> Result<(usize, u53), DecodeError>
Available on crate features arbitrary-int and arbitrary-int_1 only.
Expand description

Decodes an u53 in LEB128 encoded format from the buffer.

Returns the bytes readed and the decoded value if successful.