Skip to content

Commit b3541d2

Browse files
committed
Add README file
Signed-off-by: Gris Ge <fge@redhat.com>
1 parent 0f46256 commit b3541d2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name = "rtnetlink"
33
version = "0.11.0"
44
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
55
edition = "2018"
6-
76
homepage = "https://github.com/rust-netlink/rtnetlink"
87
keywords = ["netlink", "ip", "linux"]
98
license = "MIT"
10-
readme = "../README.md"
9+
readme = "README.md"
1110
repository = "https://github.com/rust-netlink/rtnetlink"
1211
description = "manipulate linux networking resources via netlink"
1312

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)