Crates.io | varmint |
lib.rs | varmint |
version | 0.1.3 |
source | src |
created_at | 2016-11-01 20:15:01.5496 |
updated_at | 2018-04-29 15:32:01.500937 |
description | A Rust implementation of the varint codec as used in Google's Protocol Buffers |
homepage | |
repository | https://github.com/mycorrhiza/varmint-rs |
max_upload_size | |
id | 7101 |
size | 30,780 |
A Rust implementation of the varint codec as used in Google's Protocol
Buffers. Adds read_*
/write_*
methods for various sizes of varints
on top of the standard IO traits.
This project uses clippy and denies warnings in CI builds. To ensure your
changes will be accepted please check them with cargo clippy
(available via
cargo install clippy
on nightly rust) before submitting a pull request (along
with cargo test
as usual).
Both the nightly date and clippy version used in CI are pinned in the
.travis.yml
as clippy sometimes breaks for a few days after a new nightly is
published, feel free to update to a new known good pair anytime as part of a
pull request.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.