A port scanner library
This is a simple library to scan open port and to scan available port on localhost.
Features
- Scan port with a different ip.
- Scan available port on localhost.
Usage
Add port_scanner dependency to Cargo.toml.
[]
= "*"
Add extern crate port_scanner; to your main.rs or lib.rs.
Now run cargo build and you can use the library.