[−][src]Crate tcp_channel
SPSC channels in Rust, transmitted through anything that implements Read. It uses bincode and serde for serialization and deserialization.
Structs
Receiver | |
Sender |
Enums
RecvError | |
SendError |
Traits
ChannelRecv | |
ChannelSend |
SPSC channels in Rust, transmitted through anything that implements Read. It uses bincode and serde for serialization and deserialization.
Receiver | |
Sender |
RecvError | |
SendError |
ChannelRecv | |
ChannelSend |