Function dharitri_codec::bytes_to_number
source · pub fn bytes_to_number(bytes: &[u8], signed: bool) -> u64Expand description
Handles both signed and unsigned of any length. No generics here, because we want the executable binary as small as possible