fastvlq 1.1.1

A fast variant of Variable-Length Quantity with a focus on speed and no_std support.
Documentation

fastvlq

Actions Status Documentation

Encode and decode with a variant of variable-length quantity data.

The algorithm uses leading zeros to count how many bytes are required for decoding.

Usage

Add this to your Cargo.toml:

[dependencies]
fastvlq = "1"

Where is this used?

  • box - a modern replacement for the zip file format

License

Licensed under either of

at your option.