parseRST is a recursive-descent reStructuredText parser written in Rust. It converts
.rst documents into typed syntax nodes and can render them as HTML or Markdown.
Features
- Block and inline reStructuredText parsing
- Typed AST access for custom tooling
- HTML rendering
- Optional Markdown rendering
- Optional Serde serialization
- Line-aware parse errors