pub fn unsigned<R>(r: &mut R) -> Result<u64, Error> where
    R: Read
Expand description

Read an unsigned LEB128 number from the given std::io::Readable and return it or an error if reading failed.