mirror of
https://github.com/telemt/telemt.git
synced 2026-06-19 01:11:09 +03:00
1.0.0
Tschuss Status Quo - Hallo, Zukunft!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//! Transport layer: connection pooling, socket utilities, proxy protocol
|
||||
|
||||
pub mod pool;
|
||||
pub mod proxy_protocol;
|
||||
pub mod socket;
|
||||
|
||||
pub use pool::ConnectionPool;
|
||||
pub use proxy_protocol::{ProxyProtocolInfo, parse_proxy_protocol};
|
||||
pub use socket::*;
|
||||
Reference in New Issue
Block a user