Crates.io | rst |
lib.rs | rst |
version | 0.4.0 |
source | src |
created_at | 2016-08-09 04:30:50.632315 |
updated_at | 2020-11-01 15:53:38.458978 |
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 | 28,367 |
rst
Part 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.