Crate tcp

Expand description

TCP support for Rama.

§Rama

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

Modules§

client
Rama TCP Client module.
server
TCP server module for Rama.

Structs§

TcpSocket
A TCP socket that has not yet been converted to a TcpStream or TcpListener.
TcpStream
A TCP stream between a local and a remote socket.