blazing_fast_rss_watcher/
lib.rs

1pub mod config;
2mod db;
3mod model;
4mod push;
5mod reader;
6mod telegram;
7
8pub use reader::process_rss_feeds;