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

#76 in #scanner

Download history 2945/week @ 2024-11-16 3145/week @ 2024-11-23 3447/week @ 2024-11-30 3677/week @ 2024-12-07 3240/week @ 2024-12-14 2180/week @ 2024-12-21 2288/week @ 2024-12-28 2387/week @ 2025-01-04 2929/week @ 2025-01-11 3399/week @ 2025-01-18 3060/week @ 2025-01-25 3554/week @ 2025-02-01 3669/week @ 2025-02-08 2760/week @ 2025-02-15 4312/week @ 2025-02-22 4766/week @ 2025-03-01

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