Function unsigned_varint::encode::usize [−][src]
pub fn usize(number: usize, buf: &mut [u8; 10]) -> &[u8]
Encode the given usize
into the given byte array.
Returns the slice of encoded bytes.
pub fn usize(number: usize, buf: &mut [u8; 10]) -> &[u8]
Encode the given usize
into the given byte array.
Returns the slice of encoded bytes.