select 0.5.0

A library to extract useful data from HTML documents, suitable for web scraping.
Documentation
1
2
3
4
5
6
7
8
extern crate bit_set;
extern crate html5ever;
extern crate markup5ever_rcdom;

pub mod document;
pub mod node;
pub mod predicate;
pub mod selection;