Registry / networking / mio-named-pipes

mio-named-pipes

JSON →
library0.1.7rscratesunverified

Windows named pipe bindings for the mio event-driven I/O library.

# Cargo.toml [dependencies] mio-named-pipes = "0.1.7"
INSTALL
IMPORT
SIG · MIO-NAMED-PIPES
M
mio-named-pipes
networkingrustv0.1.7
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.

NamedPipe
use mio_named_pipes::NamedPipe;

Create a new Windows named pipe

use mio_named_pipes::NamedPipe; fn main() -> std::io::Result<()> { let pipe = NamedPipe::new(r"\\.\pipe\test")?; println!("Named pipe created"); Ok(()) }
Debug
Known issues
breakingWindows-only crate; will not compile on Unix systems
fix
Use conditional compilation with #[cfg(target_os = "windows")]
affects: >=0.1.0
Upgrade
Version history
0.1.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mio-named-pipes — cargo add mio-named-pipes · libregistry