Skip to content

Commit

Permalink
add logo license
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed May 14, 2018
1 parent 44eebc1 commit 1286859
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 @@ -8,7 +8,7 @@

nom is a parser combinators library written in Rust. Its goal is to provide tools to build safe parsers without compromising the speed or memory consumption. To that end, it uses extensively Rust's *strong typing* and *memory safety* to produce fast and correct parsers, and provides macros and traits to abstract most of the error prone plumbing.

![nom logo](https://raw.githubusercontent.com/Geal/nom/master/assets/nom.png)
![nom logo in CC0 license, by Ange Albertini](https://raw.githubusercontent.com/Geal/nom/master/assets/nom.png)

*nom will happily take a byte out of your files :)*

Expand Down

0 comments on commit 1286859

Please sign in to comment.