backlogr 0.5.0

CLI for interacting with the Taiga REST API
Documentation
1
2
3
4
5
6
pub mod cli;
pub mod integrations;

pub trait ExitOnError<T> {
    fn or_exit(self) -> T;
}