nmaprs 0.1.6

High-performance parallel network scanner with nmap-compatible CLI surface
Documentation
1
2
3
4
5
6
7
//! **`nms`** — same CLI as `nmaprs` ([`nmaprs::run_from_cli_env`]).

use anyhow::Result;

fn main() -> Result<()> {
    nmaprs::run_from_cli_env()
}