Registry / networking / unix-named-pipe

unix-named-pipe

JSON →
library0.2.0rscratesunverified

Eases creation of named pipes on Unix platforms.

# Cargo.toml [dependencies] unix-named-pipe = "0.2.0"
INSTALL
IMPORT
SIG · UNIX-NAMED-PIPE
U
unix-named-pipe
networkingrustv0.2.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.

Pipe
✓ use unix_named_pipe::Pipe;

Create a Unix named pipe.

use unix_named_pipe::Pipe; fn main() { let pipe = Pipe::create("/tmp/mypipe").unwrap(); // Use pipe for IPC }
Debug
Known issues
gotchaOnly works on Unix-like systems.
fix
Use conditional compilation or alternative for Windows.
affects: >=0.2.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
unix-named-pipe — cargo add unix-named-pipe · libregistry