pub fn bytes_to_number(bytes: &[u8], signed: bool) -> u64
Expand description

Handles both signed and unsigned of any length. No generics here, because we want the executable binary as small as possible.