Module read

Source
Expand description

A module for reading LEB128-encoded signed and unsigned integers.

Enums§

Error
An error type for reading LEB128-encoded values.

Functions§

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