mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2025-02-17 06:07:59 +00:00
Add a table of content to the readme file.
This commit is contained in:
parent
294ffb3d9e
commit
eb148c1c90
19
README.md
19
README.md
@ -17,6 +17,25 @@ error prone plumbing.
|
||||
|
||||
*nom will happily take a byte out of your files :)*
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Example](#example)
|
||||
- [Documentation](#documentation)
|
||||
- [Why use nom?](#why-use-nom)
|
||||
- [Binary format parsers](#binary-format-parsers)
|
||||
- [Text format parsers](#text-format-parsers)
|
||||
- [Programming language parsers](#programming-language-parsers)
|
||||
- [Streaming formats](#streaming-formats)
|
||||
- [Parser combinators](#parser-combinators)
|
||||
- [Technical features](#technical-features)
|
||||
- [Rust version requirements](#rust-version-requirements-msrv)
|
||||
- [Installation](#installation)
|
||||
- [Related projects](#related-projects)
|
||||
- [Parsers written with nom](#parsers-written-with-nom)
|
||||
- [Contributors](#contributors)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
## Example
|
||||
|
||||
[Hexadecimal color](https://developer.mozilla.org/en-US/docs/Web/CSS/color) parser:
|
||||
|
Loading…
x
Reference in New Issue
Block a user