Module gimli::leb128::read [−][src]
A module for reading signed and unsigned integers that have been LEB128 encoded.
Functions
signed | Read a signed LEB128 number from the given |
u16 | Read an LEB128 u16 from the given |
unsigned | Read an unsigned LEB128 number from the given |