Crates.io | rst_parser |
lib.rs | rst_parser |
version | 0.4.2 |
created_at | 2019-12-26 22:46:33.627677+00 |
updated_at | 2025-04-13 16:19:50.640138+00 |
description | a reStructuredText parser |
homepage | https://github.com/flying-sheep/rust-rst |
repository | https://github.com/flying-sheep/rust-rst |
max_upload_size | |
id | 192553 |
size | 166,996 |
rst_parser
Part of the rst
crate family.
Offers the functions parse
and parse_only
,
which try to create a document_tree::Document
.
parse
simplifies this document and resolves references before returning it.