Search code examples
socketsrustrust-obsolete

Sockets in Rust


Are there any socket or net libraries for Rust? The net page in the standard library documentation seems to only include address-related functions.


Solution

  • The std::net exists for working with sockets.