vint 3.1.0

vint.rs: simple and efficient variable-length integer encoding
Documentation
[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["no-std", "parser-implementations"]
description = "vint.rs: simple and efficient variable-length integer encoding"
edition = "2018"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["encoding", "integer", "leb128", "variable", "varint"]
license = "Apache-2.0"
name = "vint"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/develop/vint"
version = "3.1.0"