web-parser 0.1.3

This website parser library allows asynchronous search, fetching and extracting data from web-pages in multiple formats.
Documentation
1
2
3
4
5
pub mod user;      pub use user::User;
pub mod node;      pub use node::Node;
pub mod nodes;     pub use nodes::Nodes;

pub mod document;  pub use document::Document;