a reStructuredText parser and renderer
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode First bit of inlines parsing Dec 2, 2018
src quicli 0.4 Dec 7, 2018
.gitignore redesign Nov 14, 2015
.travis.yml add travis Nov 23, 2018
Cargo.toml new pest release! Dec 21, 2018
README.rst
doc8.ini
docutils.dtd some cleanups, parser module files (empty) Jun 19, 2016
rust-rst.svg
soextblx.dtd

README.rst

RuSTructuredText travis

Designed around the Docutils Document Tree and the reStructuredText specification, this is supposed to become a library able to convert reStructuredText and Docutils XML to both each other and HTML5.

This project is dual-licensed under Apache 2.0 and MIT.

Note

If you are looking for the requirements tracking tool rst (Requirements, Specifications and Tests), have a look at the rst_app package instead.

Inspiration

The design was inspired by the comrak Markdown parser library. The rST grammar was inspired by peg-rst