Module read
leb128
0.2.5
Module read
Module Items
Enums
Functions
In crate leb128
leb128
Module
read
Copy item path
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
.