ipc_channel_adapter 0.1.2

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

pub use host_receiver::*;
pub use host_sender::*;