You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate doesn't contain a pure Rust TCP implementation; it just contains the parts of std::net (mostly address types) that don't depend on the rest of std.
Without std, you don't have sockets, so you'd need to look elsewhere (e.g. https://github.com/m-labs/smoltcp) if you want to make a no_std TCP server.
There should be something like a no_std TCP echo server example.
The text was updated successfully, but these errors were encountered: