liangshuai / port

check if the given ports is available, get available ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

check if the given ports is available, get available ports

Usage

add the dependent

cargo add port
use port::{check_port};

let is_port_available = check_port("127.0.0.1", 8080);

About

check if the given ports is available, get available ports


Languages

Language:Rust 100.0%