Crates.io | mini_leb128 |
lib.rs | mini_leb128 |
version | 0.1.1 |
source | src |
created_at | 2023-01-22 06:30:30.501081 |
updated_at | 2023-02-08 20:24:29.64664 |
description | A minimal library to read and write integers encoded using LEB128. |
homepage | |
repository | https://github.com/seancroach/mini_leb128 |
max_upload_size | |
id | 764820 |
size | 27,369 |
A minimal library to read and write integers encoded using LEB128.
This crate works with Cargo and is on
crates.io. Add it to your Cargo.toml
like so:
[dependencies]
mini_leb128 = "0.1"
This project is licensed under either of
at your option.
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.