Function leb128::read::unsigned[][src]

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

Read an unsigned LEB128-encoded number from the std::io::Read stream r.

On success, return the number.