Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 396 Bytes

Rust async netlink protocol

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.