compact_u64 0.6.0

A machine-friendly varint.
Documentation
1
2
3
4
5
6
7
8
9
Repo moved to https://codeberg.org/worm-blossom/compact_u64

# 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).