Crates.io | port_scanner |
lib.rs | port_scanner |
version | 0.1.5 |
source | src |
created_at | 2016-05-07 11:15:51.582095 |
updated_at | 2016-11-03 19:54:16.22225 |
description | A simple port scanner |
homepage | |
repository | https://github.com/notkild/port_scanner-rs |
max_upload_size | |
id | 4998 |
size | 18,100 |
This is a simple library to scan open port and to scan available port on localhost.
Add port_scanner
dependency to Cargo.toml
.
[depedencies]
port_scanner = "*"
Add extern crate port_scanner;
to your main.rs
or lib.rs
.
Now run cargo build
and you can use the library.