Cargo Features
openport has no features set by default.
[dependencies]
openport = { version = "0.1.1", features = ["fail-on-warnings", "rand"] }
FEATURES
- fail-on-warnings
- rand
-
Add
pick_random_unused_port
pub fn that allows finding a random port within the range 15000..25000Enables rand
Affects
openport::pick_random_unused_port
…