Registry / networking / interprocess

interprocess

JSON →
library2.4.2rscratesunverified

Interprocess communication toolkit for Rust.

# Cargo.toml [dependencies] interprocess = "2.4.2"
INSTALL
IMPORT
SIG · INTERPROCESS
I
interprocess
networkingrustv2.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LocalSocketListener
use interprocess::local_socket::LocalSocketListener;

Create a local socket listener for IPC.

use interprocess::local_socket::LocalSocketListener; fn main() { let _listener = LocalSocketListener::bind("/tmp/example.sock").unwrap(); }
Debug
Known issues
gotchaUnix domain sockets only work on Unix-like systems.
fix
Use conditional compilation or platform-specific code for Windows named pipes.
affects: >=2.0.0
Upgrade
Version history
2.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
interprocess — cargo add interprocess · libregistry