An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vlq

[![Actions Status](https://github.com/bbqsrc/vlq-rust/workflows/Continuous%20Integration/badge.svg)](https://github.com/bbqsrc/vlq-rust/actions)
[![Documentation](https://docs.rs/vlq-rust/badge.svg)](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.