Crate rust_leb128
source ·Expand description
LEB-128 (varint) encoding.
Structs§
- The encoded integer overflows the type.
Traits§
- ReadVarint
std
ExtendsRead
with methods for reading LEB128-encoded integers. - A sequence of
Varint
s. - An integer that can be LEB128-encoded.
- WriteVarint
std
ExtendsWrite
with methods for reading LEB128-encoded integers.