1 2 3 4 5
pub mod http_scraper; mod scraper; pub use http_scraper::HttpScraper; pub use scraper::Scraper;