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

#63 in #scanner

Download history 3828/week @ 2024-07-20 3959/week @ 2024-07-27 3093/week @ 2024-08-03 2872/week @ 2024-08-10 3166/week @ 2024-08-17 2743/week @ 2024-08-24 2959/week @ 2024-08-31 3412/week @ 2024-09-07 2588/week @ 2024-09-14 2745/week @ 2024-09-21 2552/week @ 2024-09-28 2806/week @ 2024-10-05 3190/week @ 2024-10-12 3662/week @ 2024-10-19 3351/week @ 2024-10-26 2039/week @ 2024-11-02

12,738 downloads per month
Used in 17 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