1 unstable release
0.0.1-pre.1 | Dec 30, 2023 |
---|
#10 in #ports
2KB
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);