# `uleb128`  [![Build Status]][actions] [![Latest Version]][crates.io] [Build Status]: https://img.shields.io/github/workflow/status/residua/uleb128/CI?logo=github [actions]: https://github.com/residua/uleb128/actions/workflows/ci.yml [Latest Version]: https://img.shields.io/crates/v/residua-uleb128?logo=rust [crates.io]: https://crates.io/crates/residua-uleb128 *Rust library for reading and writing unsigned integers in LEB128 encoding.* View the documentation on `docs.rs` [here][docs]. [docs]: https://docs.rs/residua-uleb128 ## License This crate is available as open source under the terms of the [MIT License](https://github.com/residua/uleb128/blob/latest/LICENSE.md).