Skip to main content

write_u64_leb128

Function write_u64_leb128 

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

Write a u64 to LEB128 encoding.