TCP bindings for the Tokio async runtime, providing async TCP streams and listeners.
# Cargo.toml
[dependencies]
tokio-tcp = "0.1.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connecting to a TCP server using tokio-tcp.
Ensure you are running within a tokio runtime, e.g., #[tokio::main] or tokio::runtime::Runtime::new().block_on().
No dependency data recorded yet.