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

Decode the given slice as u128.

Returns the value and the remaining slice.