gar-crawl 0.1.11

High level HTML crawler with concise builder
Documentation
1
2
3
4
5
pub mod crawler;
pub mod crawler_builder;

pub use crawler::*;
pub use crawler_builder::*;