{"id":58908,"library":"io-uring","title":"io-uring","description":"The low-level `io_uring` userspace interface for Rust.","status":"active","version":"0.7.12","language":"rust","source_language":null,"source_url":"https://github.com/tokio-rs/io-uring","tags":["io_uring","async","linux","low-level"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nio-uring = \"0.7.12\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add io-uring","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"IoUring","correct":"use io_uring::IoUring;"}],"quickstart":{"code":"use io_uring::IoUring;\n\nfn main() {\n    let ring = IoUring::new(256).unwrap();\n    println!(\"io_uring created\");\n}","lang":"rust","description":"Create an io_uring instance for async I/O."},"warnings":[{"fix":"Ensure your system runs a compatible Linux kernel.","message":"Requires Linux kernel 5.1+ with io_uring support.","severity":"gotcha","affected_versions":">=0.7.0"}],"env_vars":null,"search_vec":"'async':16 'interfac':11 'io':2,8,14 'io-ur':1 'level':7,20 'linux':17 'low':6,19 'low-level':5,18 'rust':13 'ure':3,9,15 'userspac':10","created_at":"2026-06-16T16:42:59.463863+00:00","updated_at":"2026-06-16T16:42:59.463863+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/tokio-rs/io-uring","github":"https://github.com/tokio-rs/io-uring","docs":"https://docs.rs/io-uring/","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}}