vint64 1.0.1

Simple and efficient variable-length integer encoding compatible with some variants of VLQ (Variable-Length Quantity)
Documentation
[[bench]]
harness = false
name = "vint64"
[dev-dependencies.criterion]
version = "0.3"

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

[dev-dependencies.proptest]
version = "0.9"

[features]
std = []

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["no-std", "parser-implementations"]
description = "Simple and efficient variable-length integer encoding compatible with some\nvariants of VLQ (Variable-Length Quantity)\n"
edition = "2018"
homepage = "https://github.com/iqlusioninc/veriform/"
keywords = ["encoding", "integer", "leb128", "varint", "vlq"]
license = "Apache-2.0"
name = "vint64"
readme = "README.md"
repository = "https://github.com/iqlusioninc/veriform/tree/develop/rust/vint64/"
version = "1.0.1"