File: README.md

package info (click to toggle)
rust-rtnetlink 0.14.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Rust crate for rtnetlink protocol

This crate provides methods to manipulate networking resources (links,
addresses, arp tables, route tables) via the [netlink route protocol][1].

Rust crate document could be found at [docs.rs][2].

[1]: https://www.man7.org/linux/man-pages/man7/rtnetlink.7.html
[2]: https://docs.rs/rtnetlink