Registry / networking / miow
library0.6.1rscratesunverified

A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions.

# Cargo.toml [dependencies] miow = "0.6.1"
INSTALL
IMPORT
SIG · MIOW
M
miow
networkingrustv0.6.1
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.

CompletionPort
use miow::iocp::CompletionPort;

Creates a new I/O completion port on Windows.

use miow::iocp::CompletionPort; fn main() -> std::io::Result<()> { let cp = CompletionPort::new(0)?; println!("IOCP handle: {:?}", cp); Ok(()) }
Debug
Known issues
breakingWindows-only crate; will not compile on non-Windows targets.
fix
Use conditional compilation: #[cfg(target_os = "windows")]
affects: >=0.1.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
miow — cargo add miow · libregistry