write_varu64

Function write_varu64 

Source
pub fn write_varu64(buf: &mut [u8], value: u64) -> usize
Expand description

Write a variable-width unsigned integer into buf. Returns the number of bytes written.