apdev-rs 0.1.0

Shared development tools for Rust projects - character validation, release automation, and more
1
2
3
4
5
6
mod check_chars;
mod cli;

fn main() {
    std::process::exit(cli::run());
}