Expand description
Types for configuring network channels with serialization formats, transports, etc.
Structs§
- Networking
Config - A network channel configuration with
Tas transport backend andSas the serialization backend.
Enums§
- Bincode
- Serialize items using the
bincodecrate. - NoSer
- An unconfigured serialization backend.
- Tcp
- Send items across a length-delimited TCP channel.
Constants§
- TCP
- A network channel that uses length-delimited TCP for transport.
Traits§
- Network
For - A networking backend implementation that supports items of type
T.