fastvlq

Crates.iofastvlq
lib.rsfastvlq
version1.1.1
sourcesrc
created_at2020-10-08 21:06:36.253699
updated_at2021-08-31 09:37:32.123619
descriptionA fast variant of Variable-Length Quantity with a focus on speed and no_std support.
homepage
repositoryhttps://github.com/bbqsrc/fastvlq
max_upload_size
id297400
size39,845
Brendan Molloy (bbqsrc)

documentation

https://docs.rs/fastvlq

README

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.

Commit count: 46

cargo fmt