parsoid 0.5.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.

See the full documentation (docs for master).

Testing

Use the build_corpus example to download the first 500 featured articles on the English Wikipedia to create a test corpus.

The featured_articles example will iterate through those downloaded examples to test the parsing code, clean roundtripping, etc.

License

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