lebicon 4.0.0

Implements codicon traits for LEB128 encoding / decoding
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "codicon"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12170080f3533d6f09a19f81596f836854d0fa4867dc32c8172b8474b4e9de61"

[[package]]
name = "leb128"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"

[[package]]
name = "lebicon"
version = "4.0.0"
dependencies = [
 "codicon",
 "leb128",
 "signrel",
 "uabs",
]

[[package]]
name = "signrel"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe83c67bbf82708f68bbc6618a2cc47bc60715a09a4a298f32211573b062dc9f"

[[package]]
name = "uabs"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fbc17c748a464ee8c5a82ba230f0965d26084695297485b73631259347ea8c2"
dependencies = [
 "signrel",
]