{"id":66263,"library":"netlink-proto","title":"Netlink Proto","description":"Async netlink protocol implementation for communicating with the Linux kernel via netlink sockets.","status":"active","version":"0.12.0","language":"rust","source_language":null,"source_url":"https://github.com/rust-netlink/netlink-proto","tags":["netlink","linux","async","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnetlink-proto = \"0.12.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add netlink-proto","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"new_connection","correct":"use netlink_proto::new_connection;"}],"quickstart":{"code":"use netlink_proto::new_connection;\n\n#[tokio::main]\nasync fn main() {\n    let (conn, handle, _) = new_connection().unwrap();\n    tokio::spawn(conn);\n    println!(\"Netlink connection established\");\n}","lang":"rust","description":"Establishes an async netlink connection to the Linux kernel."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main]","message":"Requires an async runtime like tokio","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'async':3,18 'communic':8 'implement':6 'kernel':12 'linux':11,17 'netlink':1,4,14,16 'network':19 'proto':2 'protocol':5 'socket':15 'via':13","created_at":"2026-06-17T17:21:27.864611+00:00","updated_at":"2026-06-17T17:21:27.864611+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/rust-netlink/netlink-proto","github":"https://github.com/rust-netlink/netlink-proto","docs":"https://docs.rs/netlink-proto/","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}}