#ipc #unix-socket #subprocess

rust-companion

Rust compilation companion via IPC and unix sockets

2 releases

0.1.1 Mar 25, 2023
0.1.0 Feb 14, 2023

#29 in #subprocess

37 downloads per month
Used in 9 crates (2 directly)

MPL-2.0 license

13KB
207 lines

rust-companion


lib.rs:

This crate implements a minimal abstraction over Udp/UNIX domain sockets for the purpose of IPC. It lets you send both file handles and rust objects between processes.

Dependencies

~2.8–4MB
~85K SLoC