https://github.com/bbqsrc/vlq-rust
Variable-length quantity (VLQ) encoder/decoder for Rust
https://github.com/bbqsrc/vlq-rust
Last synced: 11 months ago
JSON representation
Variable-length quantity (VLQ) encoder/decoder for Rust
- Host: GitHub
- URL: https://github.com/bbqsrc/vlq-rust
- Owner: bbqsrc
- License: apache-2.0
- Created: 2019-09-24T08:46:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T21:10:50.000Z (over 5 years ago)
- Last Synced: 2025-03-18T17:05:51.688Z (11 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# vlq
[](https://github.com/bbqsrc/vlq-rust/actions)
[](https://docs.rs/vlq-rust)
Encode and decode [variable-length quantity](https://en.wikipedia.org/wiki/Variable-length_quantity) data.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
vlq = { package = "vlq-rust", version = "0.4" }
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.