parsoid-rs
============
[](https://crates.io/crates/parsoid)
[](https://docs.rs/parsoid)
[](https://gitlab.com/legoktm/parsoid-rs/-/commits/master)
[](https://legoktm.gitlab.io/parsoid-rs/coverage/)
The `parsoid` crate is a wrapper around [Parsoid HTML](https://www.mediawiki.org/wiki/Specs/HTML/2.1.0)
that provides convenient accessors for processing and extraction.
See the [full documentation](https://docs.rs/parsoid/) (docs for [master](https://legoktm.gitlab.io/parsoid-rs/parsoid/)).
## 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 Kunal Mehta, released under the GPL v2 or any later version,
see COPYING for details.