echosrv 0.3.0

A high-performance set of async echo server library built with Tokio for testing and development environments
Documentation
1
2
3
4
5
//! Performance optimization components

pub mod buffer_pool;

pub use buffer_pool::{BufferPool, PoolStats, PooledBuffer, global_pool, init_global_pool};