Crates.io | netlink-packet-core |
lib.rs | netlink-packet-core |
version | 0.7.0 |
source | src |
created_at | 2019-12-20 08:05:19.7203 |
updated_at | 2023-07-09 07:21:18.62433 |
description | netlink packet types |
homepage | https://github.com/rust-netlink/netlink-packet-core |
repository | https://github.com/rust-netlink/netlink-packet-core |
max_upload_size | |
id | 190857 |
size | 67,628 |
The netlink-packet-core
is the glue for all the other netlink-packet-*
crates. It provides a NetlinkMessage<T>
type that represent any netlink
message for any sub-protocol.