Skip to content

Commit 0d7d416

Browse files
committed
Add README
Signed-off-by: Gris Ge <[email protected]>
1 parent a76010a commit 0d7d416

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
homepage = "https://github.com/rust-netlink/netlink-packet-core"
88
keywords = ["netlink", "linux"]
99
license = "MIT"
10-
readme = "../README.md"
10+
readme = "README.md"
1111
repository = "https://github.com/rust-netlink/netlink-packet-core"
1212
description = "netlink packet types"
1313

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Rust crate for common netlink packet parsing
2+
3+
The `netlink-packet-core` is the glue for all the other netlink-packet-*
4+
crates. It provides a `NetlinkMessage<T>` type that represent any netlink
5+
message for any sub-protocol.

0 commit comments

Comments
 (0)