[package] authors = ["Nick Fitzgerald ", "Philip Craig ", "Rhys Kenwell "] name = "nt-leb128" version = "0.3.1" edition = "2018" description = "Read and write DWARF's \"Little Endian Base 128\" (LEB128) variable length integer encoding. (With modifications used for nt-rs)" license = "Apache-2.0/MIT" readme = "./README.md" keywords = ["LEB128", "DWARF", "variable", "length", "encoding"] documentation = "https://docs.rs/nt-leb128" repository = "https://github.com/Redrield/leb128" [dependencies] bytes = "0.5.2"