vlq 0.5.1

Sourcemap-style VLQ encoder and decoder
Documentation
# `vlq`

[![](https://docs.rs/vlq/badge.svg)](https://docs.rs/vlq/) [![](https://img.shields.io/crates/v/vlq.svg)](https://crates.io/crates/vlq) [![](https://img.shields.io/crates/d/vlq.png)](https://crates.io/crates/vlq)

Encode and decode the Base64-encoded [VLQ](https://en.wikipedia.org/wiki/Variable-length_quantity)
encoding.  Note that there are several variants of VLQ.  This only
implements the variant used by [source maps](https://github.com/mozilla/source-map).

* [Documentation]#documentation
* [License]#license
* [Contributing]#contributing

### Documentation

[📚 Documentation on `docs.rs` 📚][docs]

[docs]: https://docs.rs/vlq

### License

Licensed under either of

 * [Apache License, Version 2.0]http://www.apache.org/licenses/LICENSE-2.0

 * [MIT license]http://opensource.org/licenses/MIT

at your option.

### Contributing

See
[CONTRIBUTING.md](https://github.com/fitzgen/vlq/blob/master/CONTRIBUTING.md)
for hacking.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.