//! This crate contains a simple proxy server which binds to a local socket and
//! opens TCP connection.
//! It exposes a simple protocol for remote clients who
//! connect to let them manipulate these connections (read/write/flush)
/// Error types for the qos_net crate.
/// Protocol messages for the proxy.
/// Proxy server implementation.
/// Proxy connection management.
/// Proxy stream abstraction.
/// Command-line interface utilities.