Module write
leb128
0.2.5
Module write
Module Items
Functions
In crate leb128
Modules
read
write
leb128
Module
write
Copy item path
Settings
Help
Summary
Source
Expand description
A module for writing LEB128-encoded signed and unsigned integers.
Functions
§
signed
Write
val
to the
std::io::Write
stream
w
as a signed LEB128 value.
unsigned
Write
val
to the
std::io::Write
stream
w
as an unsigned LEB128 value.