Registry / networking / genetlink

genetlink

JSON →
library0.2.6rscratesunverified

Communicate with generic netlink.

# Cargo.toml [dependencies] genetlink = "0.2.6"
INSTALL
IMPORT
SIG · GENETLINK
G
genetlink
networkingrustv0.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Socket
✓ use genetlink::Socket;

Open a generic netlink socket for communication.

use genetlink::Socket; fn main() { let socket = Socket::new().unwrap(); println!("Generic netlink socket opened"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
genetlink — cargo add genetlink · libregistry