Skip to content
/ pfrs Public

A cross-platform solution dedicated to finding an available dynamic port.

License

Notifications You must be signed in to change notification settings

eschwart/pfrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pfrs

Crate

A cross-platform solution dedicated to finding an available dynamic port.

Usage

use pfrs::*;

fn main() {
    let port = find_open_port().unwrap();
}

About

A cross-platform solution dedicated to finding an available dynamic port.

Topics

Resources

License

Stars

Watchers

Forks

Languages