Skip to main content

vbyte_write_be

Function vbyte_write_be 

Source
pub fn vbyte_write_be(n: u64, w: &mut impl Write) -> 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.