Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 179 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 179 Bytes

Portpicker-rs - Pick a free unused port

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

Usage:

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