nmaprs 0.1.8

High-performance parallel network scanner with nmap-compatible CLI surface
Documentation
1
2
3
4
5
6
7
8
fn main() {
    cc::Build::new()
        .cpp(true)
        .file("c/expr_match.cpp")
        .opt_level(3)
        .warnings(false)
        .compile("nmap_expr_match");
}