Crates.io | rst_parser |
lib.rs | rst_parser |
version | 0.4.0 |
source | src |
created_at | 2019-12-26 22:46:33.627677 |
updated_at | 2020-11-01 15:52:40.953666 |
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 | 74,906 |
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.