Registry / utility / rst-parser

rst-parser

JSON →
library0.4.2rscratesunverified

A reStructuredText parser.

# Cargo.toml [dependencies] rst_parser = "0.4.2"
INSTALL
IMPORT
SIG · RST-PARSER
R
rst-parser
utilityrustv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_document
use rst_parser::parse_document;

Parse a reStructuredText string into a document.

use rst_parser::parse_document; let input = "Hello, *world*!"; let doc = parse_document(input); println!("Parsed: {:?}", doc);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
rst-parser — cargo add rst-parser · libregistry