ipc_channel_adapter 0.1.2

Provides a utility for fast cross process communication
Documentation
1
2
3
4
5
mod child_receiver;
mod child_sender;

pub use self::child_receiver::*;
pub use self::child_sender::*;