[][src]Function derp::small_nonnegative_integer

pub fn small_nonnegative_integer(input: &mut Reader) -> Result<u8>

Parse as integer with a value in the in the range [0, 255], returning its numeric value. This is typically used for parsing version numbers.