Registry / utility / parse-wiki-text

parse-wiki-text

JSON →
library0.1.5rscratesunverified

Parse wiki text from Mediawiki into a tree of elements

# Cargo.toml [dependencies] parse_wiki_text = "0.1.5"
INSTALL
IMPORT
SIG · PARSE-WIKI-TEXT
P
parse-wiki-text
utilityrustv0.1.5
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
use parse_wiki_text::parse;

Parses Mediawiki text into a structured tree.

use parse_wiki_text::parse; fn main() { let input = "'''bold''' text"; let result = parse(input); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
parse-wiki-text — cargo add parse-wiki-text · libregistry