Skip to main content

write_u32_leb128

Function write_u32_leb128 

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

Write a u32 to LEB128 encoding.