File: README.md

package info (click to toggle)
rust-netlink-proto 0.11.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
# Rust async netlink protocol

The `netlink-proto` crate is an asynchronous implementation of the netlink
protocol. It only depends on [`netlink-packet-core`][netlink_core_url] for the
`NetlinkMessage` type and [`netlink-sys`][netlink_sys_url] for the socket.

[netlink_core_url]: https://github.com/rust-netlink/netlink-packet-core
[netlink_sys_url]: https://github.com/rust-netlink/netlink-sys