| Crates.io | rst |
| lib.rs | rst |
| version | 0.4.2 |
| created_at | 2016-08-09 04:30:50.632315+00 |
| updated_at | 2025-04-13 16:20:43.742441+00 |
| description | a reStructuredText parser and renderer for the command line |
| homepage | https://github.com/flying-sheep/rust-rst |
| repository | https://github.com/flying-sheep/rust-rst |
| max_upload_size | |
| id | 5930 |
| size | 29,839 |
rstPart of The rst crate family.
This crate contains the CLI:
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.