diff options
| author | Philipp A | 2020-01-08 20:13:56 +0100 |
|---|---|---|
| committer | Philipp A | 2020-01-08 20:13:56 +0100 |
| commit | 2634a083a58e15935ce57eb0077f736309e78aae (patch) | |
| tree | 73324f7255a960218e3648ce1b8703ac7af7b45a /parser/README.md | |
| parent | 06e7d81088e33d7ee03e7088e1ec2289e9c2bf5c (diff) | |
| download | rust-rst-2634a083a58e15935ce57eb0077f736309e78aae.tar.bz2 | |
Added READMEs
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/README.md b/parser/README.md new file mode 100644 index 0000000..81d3d16 --- /dev/null +++ b/parser/README.md @@ -0,0 +1,9 @@ +`rst_parser` +============ + +Part of the [`rst`][rst] crate family. +Offers the functions `parse` and `parse_only`, +which try to create a `document_tree::Document`. +`parse` simplifies this document and resolves references before returning it. + +[rst]: https://github.com/flying-sheep/rust-rst/#readme |
