wasabi_leb128 0.4.0

Read and write the variable length LEB128 number format.
Documentation
[dependencies.num-traits]
version = "0.2.8"
[dev-dependencies.gimli_leb128]
package = "leb128"
version = "0.2.4"

[package]
authors = ["Daniel Lehmann <mail@dlehmann.eu>"]
categories = ["encoding", "parser-implementations", "wasm"]
description = "Read and write the variable length LEB128 number format."
documentation = "https://docs.rs/wasabi_leb128/"
edition = "2018"
keywords = ["LEB128", "DWARF", "WebAssembly", "Wasm"]
license = "MIT"
name = "wasabi_leb128"
readme = "README.md"
repository = "https://github.com/danleh/wasabi_leb128"
version = "0.4.0"
[profile.bench]
lto = true

[profile.release]
lto = true