Skip to main content

decode_unsigned

Function decode_unsigned 

Source
pub fn decode_unsigned(data: &[u8]) -> Result<u64, Error>
Expand description

Decode an unsigned integer from big-endian bytes (1-8 bytes).