Function get_varint32

Source
pub fn get_varint32(input: *mut Slice, value: *mut u32) -> bool
Expand description

| Standard Get… routines parse a value | from the beginning of a Slice and advance | the slice past the parsed value. |