rst 0.4.1

a reStructuredText parser and renderer for the command line
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
`rst`
=====

Part of The [`rst`][rst] crate family.
This crate contains the CLI:

```bash
cargo install rst
rst README.rst
# or
cargo run -- README.rst
```

Maybe it will also contain a library with convenience reexports of the data structure, parser, and renderer.

[rst]: https://github.com/flying-sheep/rust-rst/#readme