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