Function unsigned_varint::decode::u128 [−][src]
pub fn u128(buf: &[u8]) -> Result<(u128, &[u8]), Error>
Decode the given slice as u128
.
Returns the value and the remaining slice.
pub fn u128(buf: &[u8]) -> Result<(u128, &[u8]), Error>
Decode the given slice as u128
.
Returns the value and the remaining slice.