gimli

Build Status

Coverage Status

A zero-copy parser for the DWARF debugging format.

Bring your own object file loader: gimli makes no assumptions about what kind of object file you're working with. The flipside to that is that it's up to you to provide an ELF loader on Linux or Mach-O loader on OSX.

Install

Either

$ cargo add gimli

or add this to your Cargo.toml:

[dependencies]
gimli = "0.2.0"

Documentation

Documentation

TODO