DOM_QUERY
A crate for manipulating HTML with CSS selectors.
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, :has-text, :contains pseudo-classes, and some others.
Example
Extract the hacker news.
use Document;
Readability.
Related projects
Features
hashbrown-- optional, standard hashmaps and hashsets will be replacedhashbrownhashmaps and hashsets;
Changelog
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.