We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76010a commit 0d7d416Copy full SHA for 0d7d416
Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
7
homepage = "https://github.com/rust-netlink/netlink-packet-core"
8
keywords = ["netlink", "linux"]
9
license = "MIT"
10
-readme = "../README.md"
+readme = "README.md"
11
repository = "https://github.com/rust-netlink/netlink-packet-core"
12
description = "netlink packet types"
13
README.md
@@ -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