Back to Developer Roadmap

Networking

src/data/roadmaps/rust/content/[email protected]

4.0784 B
Original Source

Networking

Rust's std::net module provides networking primitives including TcpStream, TcpListener, UdpSocket, and address types. Built on BSD sockets, it offers low-level network operations for building networking applications. Higher-level crates like Tokio provide async networking capabilities.

Visit the following resources to learn more: