port_scanner 0.1.5

A simple port scanner
Documentation

A port scanner library

This is a simple library to scan open port and to scan available port on localhost.

Documentation

Features

  • Scan port with a different ip.
  • Scan available port on localhost.

Usage

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.