select 0.1.2

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

pub mod dom;
pub mod node;
pub mod predicate;
pub mod selection;