parsoid 0.2.0

Wrapper around Parsoid HTML that provides convenient accessors for processing and manipulation
Documentation

parsoid-rs

crates.io docs.rs pipeline status coverage report

The parsoid crate is a wrapper around Parsoid HTML that provides convenient accessors for processing and extraction.

Inspired by mwparserfromhell, parsoid-jsapi and built on top of Servo's html5ever.

Mutation/modification is still a work in progress.

Testing

The featured_articles example iterates through the first 500 featured articles on the English Wikipedia to test the parsing code.

License

parsoid-rs is (C) 2020 Kunal Mehta, released under the GPL v2 or any later version, see COPYING for details.