[][src]Function unsigned_varint::decode::u128

pub fn u128(buf: &[u8]) -> Result<(u128, &[u8]), Error>

Decode the given slice as u128.

Returns the value and the remaining slice.