pub fn parse_u64<T: AsRef<[u8]>>(stream: &T, pos: &mut usize) -> u64
Expand description
Get a u64 from a bytestream and advance a position marker
ยงArguments
- bs : Serialized data, stream of bytes
- pos : Position marker - start postion of the deserialization