bulletty 0.1.3

a pretty terminal feed (RSS+ATOM) reader that stores your data locally
Documentation
1
2
3
4
5
use bulletty::run;

fn main() -> color_eyre::Result<()> {
    run()
}