Registry / networking / ipc-channel

ipc-channel

JSON →
library0.21.0rscratesunverified

A multiprocess drop-in replacement for Rust channels

# Cargo.toml [dependencies] ipc-channel = "0.21.0"
INSTALL
IMPORT
SIG · IPC-CHANNEL
I
ipc-channel
networkingrustv0.21.0
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.

IpcSender
use ipc_channel::ipc::IpcSender;

Send data between processes using IPC channels

use ipc_channel::ipc::IpcSender; fn main() { // Requires setup for inter-process communication println!("IPC channel available"); }
Debug
Known issues
gotchaPlatform-specific: may not work on all operating systems without proper configuration
fix
Ensure platform support (Linux, macOS, Windows) and check for required features
affects: >=0.21.0
Upgrade
Version history
0.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ipc-channel — cargo add ipc-channel · libregistry