Skip to main content

write_i64_leb128

Function write_i64_leb128 

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

Write an i64 to LEB128 encoding.