Crates.io | rst |
lib.rs | rst |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.