leb128 0.2.5

Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.
Documentation
[dependencies]
[dev-dependencies.quickcheck]
version = "0.8.0"

[features]
nightly = []

[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
description = "Read and write DWARF's \"Little Endian Base 128\" (LEB128) variable length integer encoding."
documentation = "https://docs.rs/leb128"
edition = "2018"
exclude = ["/.travis.yml", "/.coveralls.yml", "/format"]
keywords = ["LEB128", "DWARF", "variable", "length", "encoding"]
license = "Apache-2.0/MIT"
name = "leb128"
readme = "./README.md"
repository = "https://github.com/gimli-rs/leb128"
version = "0.2.5"