vint64 0.1.1

Simple and efficient variable-length integer encoding
Documentation
[[bench]]
harness = false
name = "vint64"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.criterion-cycles-per-byte]
version = "0.1"

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["no-std", "parser-implementations"]
description = "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 = "vint64"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/develop/vint64"
version = "0.1.1"