[][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