File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ name = "rtnetlink"
33version = " 0.11.0"
44authors = [" Corentin Henry <corentinhenry@gmail.com>" ]
55edition = " 2018"
6-
76homepage = " https://github.com/rust-netlink/rtnetlink"
87keywords = [" netlink" , " ip" , " linux" ]
98license = " MIT"
10- readme = " ../ README.md"
9+ readme = " README.md"
1110repository = " https://github.com/rust-netlink/rtnetlink"
1211description = " manipulate linux networking resources via netlink"
1312
Original file line number Diff line number Diff line change 1+ # Rust crate for rtnetlink protocol
2+
3+ This crate provides methods to manipulate networking resources (links,
4+ addresses, arp tables, route tables) via the [ netlink route protocol] [ 1 ] .
5+
6+ Rust crate document could be found at [ docs.rs] [ 2 ] .
7+
8+ [ 1 ] : https://www.man7.org/linux/man-pages/man7/rtnetlink.7.html
9+ [ 2 ] : https://docs.rs/rtnetlink
You can’t perform that action at this time.
0 commit comments