aboutsummaryrefslogtreecommitdiffstats
path: root/parser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md9
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