nmaprs 0.1.8

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

use anyhow::Result;

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