1 2 3 4 5
//! Drop-in replacements for `tokio::net` types. Production code //! imports these behind a `#[cfg]` in tests and compiles unchanged; //! every type, method, and error kind mirrors `tokio::net` exactly. pub mod tokio;