Module net

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