An open API service indexing awesome lists of open source software.

https://github.com/benhunter/rs-ipc

Bi-directional IPC channel using the ipc-channel crate.
https://github.com/benhunter/rs-ipc

Last synced: about 1 year ago
JSON representation

Bi-directional IPC channel using the ipc-channel crate.

Awesome Lists containing this project

README

          

# Rust IPC

- Demo bi-directional IPC channels based on this [example](https://github.com/servo/ipc-channel/issues/306).
- [ipc-channel](https://crates.io/crates/ipc-channel) on crates.io
- [ipc-channel](https://github.com/servo/ipc-channel) on GitHub

Demo does not run on Windows.