mini_leb128

Crates.iomini_leb128
lib.rsmini_leb128
version0.1.1
sourcesrc
created_at2023-01-22 06:30:30.501081
updated_at2023-02-08 20:24:29.64664
descriptionA minimal library to read and write integers encoded using LEB128.
homepage
repositoryhttps://github.com/seancroach/mini_leb128
max_upload_size
id764820
size27,369
Sean C. Roach (seancroach)

documentation

README

mini_leb128

A minimal library to read and write integers encoded using LEB128.

Build status Crates.io

Documentation

https://docs.rs/mini_leb128

Installation

This crate works with Cargo and is on crates.io. Add it to your Cargo.toml like so:

[dependencies]
mini_leb128 = "0.1"

License

This project is licensed under either of

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.

Commit count: 7

cargo fmt