1 2 3 4 5
#![allow(unused_results, clippy::unwrap_used, clippy::string_add)] pub mod download_blogs; pub mod get_page; pub mod map_to_html;