network-protocol 1.2.1

Secure, high-performance protocol core with backpressure control, structured logging, timeout handling, TLS support, and comprehensive benchmarking for robust Rust networked applications and services.
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod daemon;
pub mod multiplex;
pub mod pool;
pub mod secure;
pub mod tls_client;
pub mod tls_daemon;