extern crate log;
/// Address list management for routing decisions (domains and IPs).
/// Dialers and transport-specific outbound connection builders.
/// Masquerade response handling for non-proxy traffic.
/// Protocol parsers and serializers used by the proxy core.
/// HTTP and SOCKS proxy connection handling.
pub use ;
/// Optional statistics HTTP server.
/// Shared in-memory traffic and connection store.
/// Stream wrappers and transport adapters.
/// TLS utilities used by the transport implementations.
/// Trojan protocol server-side connection handling.
/// Re-export of the SOCKS/Trojan address type used across the crate.
pub use Address;
pub const CRLF: = ;