DESERTTHUNDER.DEV
~/projects/parserst.md
A lightweight reStructuredText parser and renderer written in Rust.
projects/parserst

parseRST

pausedfeatured
RustreStructuredTextHTMLMarkdownSerde#parser#rst#markup#developer-tools

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