mini_leb128 =========== A minimal library to read and write integers encoded using [LEB128]. [![Build status](https://img.shields.io/github/actions/workflow/status/seancroach/mini_leb128/ci.yml)](https://github.com/seancroach/mini_leb128/actions) [![Crates.io](https://img.shields.io/crates/v/mini_leb128)](https://crates.io/crates/mini_leb128) [LEB128]: https://en.wikipedia.org/wiki/LEB128 ### Documentation https://docs.rs/mini_leb128 ### Installation This crate works with Cargo and is on [crates.io](https://crates.io/crates/mini_leb128). Add it to your `Cargo.toml` like so: ```toml [dependencies] mini_leb128 = "0.1" ``` ### License This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option. ### Contribution 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.