bichannel
A zero dependency std::sync::mpsc based bidirectional channel. Each side can send
and receive with its counterpart
Getting Started
= "1"
Example Usage
let = channel;
// Send from the left to the right
left.send.unwrap;
assert_eq!;
// Send from the right to the left
right.send.unwrap;
assert_eq!;
License
TODO MIT/APACHE
Contributing
Bug reports, feature requests, and contributions are warmly welcomed.
NOTE: This README uses cargo-readme. To
update the README, use cargo readme > README.md