bulletty 0.2.2

a pretty TUI feed reader (RSS+ATOM) that stores articles locally as Markdown files
1
2
3
4
pub mod feedentry;
pub mod feedparser;
pub mod feedutils;
mod html;