{"id":64573,"library":"epoll","title":"Epoll","description":"Safe epoll interface for Linux I/O event notification.","status":"active","version":"4.4.0","language":"rust","source_language":null,"source_url":"https://github.com/nathansizemore/epoll","tags":["linux","io","event","epoll","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nepoll = \"4.4.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add epoll","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Epoll","correct":"use epoll::Epoll;"}],"quickstart":{"code":"use epoll::Epoll;\n\nfn main() -> std::io::Result<()> {\n    let epoll = Epoll::new()?;\n    println!(\"Epoll instance created\");\n    Ok(())\n}","lang":"rust","description":"Create a new epoll instance for monitoring file descriptors."},"warnings":[{"fix":"Use conditional compilation or platform-specific code.","message":"Only available on Linux systems.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'async':14 'epol':1,3,13 'event':8,12 'i/o':7 'interfac':4 'io':11 'linux':6,10 'notif':9 'safe':2","created_at":"2026-06-17T16:57:43.494092+00:00","updated_at":"2026-06-17T16:57:43.494092+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/nathansizemore/epoll","github":"https://github.com/nathansizemore/epoll","docs":"https://docs.rs/epoll/","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-17","next_check":"2026-12-14","install_tag":null}}