ipc_channel_adapter 0.1.2

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

pub use self::create_ipc_child::*;
pub use self::create_ipc_host::*;