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 bc2a70b commit 23a52c4Copy full SHA for 23a52c4
Cargo.toml
@@ -7,6 +7,7 @@ homepage = "https://github.com/rust-netlink/netlink-packet-utils"
7
repository = "https://github.com/rust-netlink/netlink-packet-utils"
8
license = "MIT"
9
description = "macros and helpers for parsing netlink messages"
10
+readme = "README.md"
11
12
13
[dependencies]
README.md
@@ -0,0 +1 @@
1
+# Rust crate for sharing utils of rust-netlink crates
0 commit comments