atlv 0.1.0

Bijective Variable-Length Quantity encodings
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "atlv"
version = "0.1.0"
dependencies = [
 "num-traits",
 "truncate",
 "vlq-bij",
]

[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
 "autocfg",
]

[[package]]
name = "truncate"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d781d68cf5442e062c09f4be1fc8160e8c2f99e70e57f6cc0323ccf8336f61ec"

[[package]]
name = "vlq-bij"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c22ca1eddb4ced2e2c94e032556d867f19d9ec1e1ed0cdd5d7278223925fa658"
dependencies = [
 "num-traits",
 "truncate",
]