panlabel 0.6.0

The universal annotation converter
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(e) = panlabel::run() {
        eprintln!("Error: {}", e);
        std::process::exit(1);
    }
}