Crates.io | fastvlq |
lib.rs | fastvlq |
version | 1.1.1 |
source | src |
created_at | 2020-10-08 21:06:36.253699 |
updated_at | 2021-08-31 09:37:32.123619 |
description | A fast variant of Variable-Length Quantity with a focus on speed and no_std support. |
homepage | |
repository | https://github.com/bbqsrc/fastvlq |
max_upload_size | |
id | 297400 |
size | 39,845 |
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.
Add this to your Cargo.toml
:
[dependencies]
fastvlq = "1"
Licensed under either of
at your option.