voidio 0.1.2

High-performance Cross-platform Low-level Socket I/O for Rust.
Documentation
[dependencies.aes]
version = "0.8.4"

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.ring]
version = "0.17.14"

[dependencies.sha2]
version = "0.10.9"

[dependencies.stable-vec]
version = "0.4.1"

[lib]
name = "voidio"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance Cross-platform Low-level Socket I/O for Rust."
documentation = "https://docs.rs/voidio"
edition = "2021"
homepage = "https://github.com/voidops/voidio"
license = "MIT"
name = "voidio"
readme = "README.md"
repository = "https://github.com/voidops/voidio"
version = "0.1.2"

[[test]]
name = "TestQuicServer"
path = "tests/TestQuicServer.rs"

[[test]]
name = "TestQuicServerFlood"
path = "tests/TestQuicServerFlood.rs"

[[test]]
name = "TestSocket"
path = "tests/TestSocket.rs"

[[test]]
name = "TestUdpServerFlood"
path = "tests/TestUdpServerFlood.rs"

[[test]]
name = "TestUdpServerKernelMode"
path = "tests/TestUdpServerKernelMode.rs"