2 releases
0.1.1 | Jun 18, 2021 |
---|---|
0.1.0 | Feb 6, 2019 |
#733 in Network programming
234,324 downloads per month
Used in 108 crates
(81 directly)
4KB
54 lines
Portpicker-rs - Pick a free unused port
Picks a free port, that is unused on both TCP and UDP.
Usage:
portpicker::pick_unused_port().expect("No ports free")
Dependencies
~310KB