DOM_QUERY
A crate for manipulating HTML with Rust.
DOM_QUERY is based on HTML crate html5ever and the CSS selector crate selectors. You can use the jQuery-like syntax to query and manipulate an HTML document quickly. Not only can query, but also can modify.
It is a fork of nipper, with some updates. Also this fork supports ":has" pseudo-class, and some others.
Example
Extract the hacker news.
use Document;
Readability.
Related projects
Features
hashbrown-- optional, standart hashmaps and hashsets will be replacedhashbrownhashmaps and hashsets;
License
Licensed under MIT (LICENSE or http://opensource.org/licenses/MIT)
Contribution
Any contribution intentionally submitted for inclusion in the work by you, shall be licensed with MIT license, without any additional terms or conditions.