#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

#31 in #subprocess

Download history 3/week @ 2024-02-05 9/week @ 2024-02-12 13/week @ 2024-02-19 30/week @ 2024-02-26 78/week @ 2024-03-04 20/week @ 2024-03-11 19/week @ 2024-03-18 23/week @ 2024-03-25 37/week @ 2024-04-01

106 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