Function read_varint_array

Source
fn read_varint_array(buf: [u8; 10]) -> Option<(u64, usize)>
Expand description