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

#61 in #scanner

Download history 3905/week @ 2023-12-06 2689/week @ 2023-12-13 2458/week @ 2023-12-20 2429/week @ 2023-12-27 3425/week @ 2024-01-03 2939/week @ 2024-01-10 3205/week @ 2024-01-17 3588/week @ 2024-01-24 3777/week @ 2024-01-31 3684/week @ 2024-02-07 3598/week @ 2024-02-14 4012/week @ 2024-02-21 4163/week @ 2024-02-28 4557/week @ 2024-03-06 4119/week @ 2024-03-13 3381/week @ 2024-03-20

16,842 downloads per month
Used in 12 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