Skip to content
a reStructuredText parser and renderer
Branch: master
Clone or download
Latest commit a145092 Mar 31, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode
src
.editorconfig
.gitignore
.travis.yml add travis Nov 23, 2018
Cargo.toml serde-xml-rs 0.3 Mar 30, 2019
README.rst
doc8.ini
docutils.dtd
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

You can’t perform that action at this time.