Crate skynet[][src]

Skynet

Wrapped networking primitives for sending serialized structs over a connection.

Currently contains the following:

  • SerializedTcpStream
  • SerializedUdpSocket

Also see Middleman for an alike project that works over mio.

Structs

SerializedTcpStream

A wrapper over a TcpStream that sends and recieves serialized messages.

SerializedUdpSocket

A wrapper over a UdpSocket that sends and recieves serialized messages.