rss2email 1.0.1

An RSS feed aggregator that notifies you of new posts via email.
Documentation
#![allow(unused_results, clippy::unwrap_used, clippy::string_add)]

pub mod download_blogs;
pub mod get_page;
pub mod map_to_html;