reserve-port 2.0.1

For finding free local ports and reserving them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "reserve-port"
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
version = "2.0.1"
edition = "2021"
license = "MIT"
description = "For finding free local ports and reserving them"
keywords = ["port", "scanner"]
categories = []
repository = "https://github.com/JosephLenton/reserve-port"
documentation = "https://docs.rs/reserve-port/latest/reserve-port"
readme = "README.md"

[dependencies]
thiserror = "1.0"
lazy_static = "1.4"