Skip to main content

write_i32_leb128

Function write_i32_leb128 

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

Write an i32 to LEB128 encoding.