feed-reader 0.1.3

A simple RSS/Atom feed reader for the terminal
Documentation
1
2
3
4
5
6
7
8
9
pub mod article;
pub mod article_store;
pub mod cache;
pub mod cli;
pub mod commands;
pub mod config;
pub mod display;
pub mod feed_source;
pub mod tui;