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
17
18
[dependencies.lazy_static]
version = "1.4"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
categories = []
description = "For finding free local ports and reserving them"
documentation = "https://docs.rs/reserve-port/latest/reserve-port"
edition = "2021"
keywords = ["port", "scanner"]
license = "MIT"
name = "reserve-port"
readme = "README.md"
repository = "https://github.com/JosephLenton/reserve-port"
version = "2.0.1"