This skill should be used when developing RustProxy's async networking layer, including TLS tunnel establishment, Tokio-based connection management, codec implementation, TCP/UDP proxy forwarding, and multi-protocol proxy handling. It provides expert-level patterns for building production-grade async Rust networking applications with Tokio and tokio-rustls.
This skill should be used when developing the RustProxy web management panel, including Axum REST API design, embedded frontend assets, authentication middleware, real-time proxy status via WebSocket, and UI implementation with HTML/CSS/JS. It provides expert patterns for building lightweight embedded web panels in Rust.