Netlink sockets with optional integration with tokio.
# Cargo.toml
[dependencies]
netlink-sys = "0.8.8"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a netlink socket for routing messages.
Enable `tokio` feature in Cargo.toml: `netlink-sys = { version = "0.8", features = ["tokio"] }`No dependency data recorded yet.