network_commons 0.7.0

Low level code for the server and client applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "network_commons"
version = "0.7.0"
edition = "2021"
description = "Low level code for the server and client applications"
license = "MIT"
repository = "https://github.com/fabracht/network-tests"

[dependencies]
libc = "0.2"
log = "0.4"
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
thiserror = "1.0"
validator = { version = "0.16", features = ["derive"] }
bebytes = "0.2"