An easy two-way messaging crate. Good for use cases such as communication across two threads.
Example
let = new_entangled_pair;
renderer_mailbox.send_and_wait;
if let Ok = game_mailbox.poll
game_mailbox.send_and_wait;
if let Ok = renderer_mailbox.poll