ipc-channel is an inter-process implementation of Rust channels (which were inspired by CSP 1). A Rust channel is a unidirectional, FIFO queue of messages which can be used to send messages between ...