Skip to main content

vbyte_write_le

Function vbyte_write_le 

Source
pub fn vbyte_write_le<W: Write>(value: u64, writer: &mut W) -> Result<usize>
Expand description

Encode a natural number to a little-endian byte stream using variable-length byte codes and return the number of bytes written.