Skip to content

Commit

Permalink
Merge pull request #169 from fitzgen/link-to-standard-in-readme
Browse files Browse the repository at this point in the history
Link to the DWARF standard in the README
  • Loading branch information
fitzgen committed Dec 13, 2016
2 parents 907e81f + 7f829cb commit 656a5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](http://meritbadge.herokuapp.com/gimli) ![](https://img.shields.io/crates/d/gimli.png)](https://crates.io/crates/gimli) [![](https://docs.rs/gimli/badge.svg)](https://docs.rs/gimli/) [![Build Status](https://travis-ci.org/gimli-rs/gimli.png?branch=master)](https://travis-ci.org/gimli-rs/gimli) [![Coverage Status](https://coveralls.io/repos/github/gimli-rs/gimli/badge.svg?branch=master)](https://coveralls.io/github/gimli-rs/gimli?branch=master)

A lazy, zero-copy parser for the DWARF debugging format.
A lazy, zero-copy parser for the [DWARF debugging format](http://dwarfstd.org/).

* **Zero copy:** everything is just a reference to the original input buffer. No
copies of the input data get made.
Expand Down

0 comments on commit 656a5e4

Please sign in to comment.