3 releases

Uses old Rust 2015

0.1.5 Nov 3, 2016
0.1.4 Nov 3, 2016
0.1.2 Oct 26, 2016
0.1.1 May 7, 2016

#65 in #scanner

Download history 3287/week @ 2024-04-10 3626/week @ 2024-04-17 2777/week @ 2024-04-24 2808/week @ 2024-05-01 3756/week @ 2024-05-08 3618/week @ 2024-05-15 3060/week @ 2024-05-22 3586/week @ 2024-05-29 3960/week @ 2024-06-05 4355/week @ 2024-06-12 3145/week @ 2024-06-19 3145/week @ 2024-06-26 3568/week @ 2024-07-03 3622/week @ 2024-07-10 3955/week @ 2024-07-17 2996/week @ 2024-07-24

14,880 downloads per month
Used in 14 crates

Apache-2.0

7KB
77 lines

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.

No runtime deps