sapling-vlqencoding 0.1.0

VLQ encoding (https://en.wikipedia.org/wiki/Variable-length_quantity).
Documentation
# @generated by autocargo from //eden/scm/lib/vlqencoding:vlqencoding

[package]
name = "sapling-vlqencoding"
version = "0.1.0"
authors = ["Meta Source Control Team <sourcecontrol-dev@meta.com>"]
edition = "2021"
description = "VLQ encoding (https://en.wikipedia.org/wiki/Variable-length_quantity)."
homepage = "https://sapling-scm.com/"
repository = "https://github.com/facebook/sapling"
license = "MIT"

[lib]
name = "vlqencoding"

[[bench]]
name = "bench"
harness = false

[dev-dependencies]
quickcheck = "1.0"