blob: 9abd297208fba99a28cec878059381bfd100dadb (
plain)
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
|