Expand description
SPSC channels in Rust, transmitted through anything that implements Read and Write. It uses bincode and serde for serialization and deserialization.
Structs§
- Receiver
- The receiving side of a channel.
- Receiver
Builder - A more convenient way of initializing receivers.
- Sender
- The sending side of a channel.
- Sender
Builder - A more convenient way of initializing senders.
Enums§
- BigEndian
- Defines big-endian serialization.
- Little
Endian - Defines little-endian serialization.
- Recv
Error - Send
Error
Constants§
Traits§
Type Aliases§
- Native
Endian - Defines system native-endian serialization.