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.
- Host: GitHub
- URL: https://github.com/benhunter/rs-ipc
- Owner: benhunter
- License: mit
- Created: 2024-11-10T03:40:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:03:53.000Z (over 1 year ago)
- Last Synced: 2025-02-08T12:18:27.425Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.