Module tokio::net

source ·
Expand description

TCP/UDP/Unix bindings for tokio.

This module contains the TCP/UDP/Unix networking types, similar to the standard library, which can be used to implement networking protocols.

Organization

For IO resources not available in tokio::net, you can use AsyncFd.

Modules

  • TCP utility types.
  • Unix specific network types.

Structs

Traits

  • Converts or resolves without blocking to one or more SocketAddr values.

Functions