Registry / networking / netlink-sys

netlink-sys

JSON →
library0.8.8rscratesunverified

Netlink sockets with optional integration with tokio.

# Cargo.toml [dependencies] netlink-sys = "0.8.8"
INSTALL
IMPORT
SIG · NETLINK-SYS
N
netlink-sys
networkingrustv0.8.8
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 netlink_sys::Socket;

Create a netlink socket for routing messages.

use netlink_sys::Socket; let mut socket = Socket::new(netlink_sys::NETLINK_ROUTE).unwrap();
Debug
Known issues
gotchaAsync support requires `tokio` feature flag
fix
Enable `tokio` feature in Cargo.toml: `netlink-sys = { version = "0.8", features = ["tokio"] }`
affects: >=0.8
Upgrade
Version history
0.8.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
OpenAI (training)
1
Resources
netlink-sys — cargo add netlink-sys · libregistry