Skip to content

Commit e7ca818

Browse files
committed
add the logo
1 parent 7c87c57 commit e7ca818

File tree

4 files changed

+437
-0
lines changed

4 files changed

+437
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
- @fengalin for warning fixes
5555
- @@khernyo for doc formatting
5656

57+
Special thanks to @corkami for the logo :)
58+
5759
### Breaking changes
5860

5961
- the `IResult` type now becomes a `Result` from the standard library

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
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.
1010

11+
![nom logo](https://raw.githubusercontent.com/Geal/nom/master/assets/nom.png)
12+
13+
*nom will happily take a byte out of your files :)*
14+
1115
## Example
1216

1317
[Hexadecimal color](https://developer.mozilla.org/en-US/docs/Web/CSS/color) parser:

assets/nom.png

35.4 KB
Loading

0 commit comments

Comments
 (0)