vint 3.1.0

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