bulletty 0.1.2

a terminal feed (RSS+ATOM) reader
Documentation
1
2
3
4
5
use bulletty::run;

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