exor 0.1.1

Batteries included cli tool for generating git fork diff documentation websites via YAML configuration files.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = exor::cli::run() {
        eprintln!("Error: {err:?}");
        std::process::exit(1);
    }
}