Crates.io | uo_rst_parser |
lib.rs | uo_rst_parser |
version | 0.4.3 |
source | src |
created_at | 2024-09-23 17:48:50.080963 |
updated_at | 2024-09-24 01:52:18.662312 |
description | fork of rst_parser with fixes for upstream-ontologist |
homepage | https://github.com/jelmer/rust-rst |
repository | https://github.com/jelmer/rust-rst |
max_upload_size | |
id | 1384328 |
size | 89,072 |
uo_rst_parser
This crate is a fork of the rst_parser
crate, with fixes necessary
for upstream-ontologist
.
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.