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

https://github.com/nikvolf/ipc-show

Rust IPC Prototype
https://github.com/nikvolf/ipc-show

Last synced: 8 months ago
JSON representation

Rust IPC Prototype

Awesome Lists containing this project

README

          

# ipc-show
Rust IPC Prototype

- Multiplexing
- Bincode as serializer
- Abstract sockets (just implement `Stream+Sink`)
- Several services over one socket
- Futures-based, supposed to be run with tokio core event loop