Crates.io | netlink-proto |
lib.rs | netlink-proto |
version | 0.11.3 |
source | src |
created_at | 2019-01-02 01:30:49.820921 |
updated_at | 2024-01-29 01:58:51.618094 |
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 | 87,426 |
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.