A module for reading signed and unsigned integers that have been LEB128 encoded.
An enumeration of the possible errors that can occur when reading a number encoded with LEB128.
Read a signed LEB128 number from the given std::io::Readable and return it or an error if reading failed.
std::io::Read
Read an unsigned LEB128 number from the given std::io::Readable and return it or an error if reading failed.