Provides std::net networking types for no_std environments.
# Cargo.toml
[dependencies]
no-std-net = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a TCP server without std.
Ensure you have a global allocator (e.g., `#[global_allocator]`) and enable the correct feature flags for your target.
No dependency data recorded yet.