{"id":63079,"library":"neli","title":"neli","description":"Type safe netlink library for interacting with the Linux kernel's netlink protocol.","status":"active","version":"0.7.4","language":"rust","source_language":null,"source_url":"https://github.com/jbaublitz/neli","tags":["netlink","linux","networking","kernel"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nneli = \"0.7.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add neli","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Nlmsghdr","correct":"use neli::nl::Nlmsghdr;"}],"quickstart":{"code":"use neli::nl::Nlmsghdr;\nuse neli::types::Buffer;\n\nfn main() {\n    let msg = Nlmsghdr::new(None, 0, 0, None, None).unwrap();\n    let buf = msg.to_bytes().unwrap();\n    println!(\"Netlink message buffer: {:?}\", buf);\n}","lang":"rust","description":"Create and serialize a netlink message header."},"warnings":[{"fix":"Ensure running on Linux with appropriate permissions.","message":"Requires Linux kernel headers and may need root privileges for certain operations.","severity":"gotcha","affected_versions":">=0.7.0"}],"env_vars":null,"search_vec":"'interact':7 'kernel':11,18 'librari':5 'linux':10,16 'neli':1 'netlink':4,13,15 'network':17 'protocol':14 'safe':3 'type':2","created_at":"2026-06-17T16:39:33.077696+00:00","updated_at":"2026-06-17T16:39:33.077696+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/jbaublitz/neli","github":"https://github.com/jbaublitz/neli","docs":"https://docs.rs/neli/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}