Sockets in Rust

Matt Joiner picture Matt Joiner · Jan 24, 2012 · Viewed 7.5k times · Source

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

Answer

ion picture ion · Oct 6, 2015

The std::net exists for working with sockets.