Crates.io | netlink-proto |
lib.rs | netlink-proto |
version | 0.12.0 |
created_at | 2019-01-02 01:30:49.820921+00 |
updated_at | 2025-08-27 13:34:31.871811+00 |
description | async netlink protocol |
homepage | https://github.com/rust-netlink/netlink-proto |
repository | https://github.com/rust-netlink/netlink-proto |
max_upload_size | |
id | 104908 |
size | 90,685 |
The netlink-proto
crate is an asynchronous implementation of the netlink
protocol. It only depends on netlink-packet-core
for the
NetlinkMessage
type and netlink-sys
for the socket.