{"id":59091,"library":"miow","title":"Miow","description":"A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions.","status":"active","version":"0.6.1","language":"rust","source_language":null,"source_url":"https://github.com/yoshuawuyts/miow","tags":["windows","iocp","async","io"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nmiow = \"0.6.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add miow","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"CompletionPort","correct":"use miow::iocp::CompletionPort;"}],"quickstart":{"code":"use miow::iocp::CompletionPort;\n\nfn main() -> std::io::Result<()> {\n    let cp = CompletionPort::new(0)?;\n    println!(\"IOCP handle: {:?}\", cp);\n    Ok(())\n}","lang":"rust","description":"Creates a new I/O completion port on Windows."},"warnings":[{"fix":"Use conditional compilation: #[cfg(target_os = \"windows\")]","message":"Windows-only crate; will not compile on non-Windows targets.","severity":"breaking","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'abstract':15 'async':13,18 'focus':9 'i/o':5,14 'io':19 'iocp':11,17 'librari':6 'miow':1 'overhead':4 'window':8,16 'zero':3","created_at":"2026-06-16T16:50:06.058540+00:00","updated_at":"2026-06-16T16:50:06.058540+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yoshuawuyts/miow","github":"https://github.com/yoshuawuyts/miow","docs":"https://docs.rs/miow/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}