select 0.4.3

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

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