Skip to main content

vbyte_write_be

Function vbyte_write_be 

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

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