binout is the Rust library by Piotr Beling for low-level, portable, bytes-oriented,
binary encoding, decoding, serialization, deserialization of integers and arrays of integers.
It supports slightly improved VByte/LEB128 format (see [VByte]) as well as simple, little-endian, as-is serialization (see [AsIs]).
Example
use ;
let value = 123456u64;
let mut buff = Vecnew;
assert!;
assert_eq!;
let read: u64 = read.unwrap;
assert_eq!;