Registry / utility / vlq
library0.5.1rscratesunverified

Sourcemap-style VLQ (Variable Length Quantity) encoder and decoder.

# Cargo.toml [dependencies] vlq = "0.5.1"
INSTALL
IMPORT
SIG · VLQ
V
vlq
utilityrustv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VLQ
✓ use vlq::VLQ;

Encodes and decodes a number using VLQ.

use vlq::VLQ; fn main() { let encoded = VLQ::encode(&[12345]); let decoded = VLQ::decode(&encoded).unwrap(); println!("{:?}", decoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vlq — cargo add vlq · libregistry