File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,25 @@ error prone plumbing.
17
17
18
18
* nom will happily take a byte out of your files :)*
19
19
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
+
20
39
## Example
21
40
22
41
[ Hexadecimal color] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color ) parser:
You can’t perform that action at this time.
0 commit comments