Scan a IPv4 range for a certain port
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wwmap/src/main.rs

13 lines
158 B

2 years ago
#![allow(
dead_code,
unused_variables,
//unused_imports, // TODO: rm
)]
mod scanner;
mod ipv4_gen;
2 years ago
fn main() {
println!("Hello, world!");
}