Skip to content

Commit eb148c1

Browse files
joubsGeal
authored andcommitted
Add a table of content to the readme file.
1 parent 294ffb3 commit eb148c1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ error prone plumbing.
1717

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

20+
<!-- toc -->
21+
22+
- [Example](#example)
23+
- [Documentation](#documentation)
24+
- [Why use nom?](#why-use-nom)
25+
- [Binary format parsers](#binary-format-parsers)
26+
- [Text format parsers](#text-format-parsers)
27+
- [Programming language parsers](#programming-language-parsers)
28+
- [Streaming formats](#streaming-formats)
29+
- [Parser combinators](#parser-combinators)
30+
- [Technical features](#technical-features)
31+
- [Rust version requirements](#rust-version-requirements-msrv)
32+
- [Installation](#installation)
33+
- [Related projects](#related-projects)
34+
- [Parsers written with nom](#parsers-written-with-nom)
35+
- [Contributors](#contributors)
36+
37+
<!-- tocstop -->
38+
2039
## Example
2140

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

0 commit comments

Comments
 (0)