compact_u64 0.3.0

A machine-friendly varint.
Documentation
1
2
3
4
5
6
7
# Compact U64

A machine-friendly varint, implemented in Rust.

See the [crate docs](https://docs.rs/compact_u64/latest/compact_u64/) for more
information, or read the
[more detailed specification here](https://willowprotocol.org/specs/encodings/index.html#compact_integers).