portpicker-rs icon indicating copy to clipboard operation
portpicker-rs copied to clipboard

Pick a free unused port

Portpicker-rs - Pick a free unused port

Crates.io Documentation

Picks a free port, that is unused on both TCP and UDP.

Usage:

portpicker::pick_unused_port().expect("No ports free")

License

The Unlicense: free to use, modify, and distribute.