turboscan 0.1.4

A fast and reliable Rust-based port scanner CLI.
1
2
3
4
5
6
mod cli;
mod core;

fn main() {
    cli::app::handle_cmds();
}