Registry / networking / netlink-packet-generic

netlink-packet-generic

JSON →
library0.4.0rscratesunverified

Provides types for parsing and constructing generic netlink packets in the Linux netlink protocol family.

# Cargo.toml [dependencies] netlink-packet-generic = "0.4.0"
INSTALL
IMPORT
SIG · NETLINK-PACKET-GEN
N
netlink-packet-generic
networkingrustv0.4.0
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.

GenlMessage
use netlink_packet_generic::GenlMessage;

Creates a default generic netlink message.

use netlink_packet_generic::GenlMessage; fn main() { let msg = GenlMessage::default(); println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netlink-packet-generic — cargo add netlink-packet-generic · libregistry