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. - Tcp
- Send items across a length-delimited TCP channel.
Enums§
- Bincode
- Serialize items using the
bincodecrate. - Fail
Stop - A TCP failure policy that stops sending messages after a failed connection.
- NoSer
- An unconfigured serialization backend.
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.