[go: up one dir, main page]

gimli 0.2.0

A zero-copy DWARF debugging format parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "A zero-copy DWARF debugging format parser."
documentation = "http://fitzgen.github.io/gimli/gimli/index.html"
keywords = ["DWARF", "debug", "elf"]
license = "Apache-2.0/MIT"
name = "gimli"
readme = "./README.md"
repository = "https://github.com/fitzgen/gimli"
version = "0.2.0"

[dependencies]
byteorder = "0.5.3"
leb128 = "0.1.0"

[features]
nightly = []