leb128

Module write

source
Expand description

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

Functionsยง

  • Write val to the std::io::Write stream w as a signed LEB128 value.
  • Write val to the std::io::Write stream w as an unsigned LEB128 value.