Module leb128::read

source ·
Expand description

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

Enums§

  • An error type for reading LEB128-encoded values.

Functions§

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