Skip to content

Commit c3055a9

Browse files
committed
Add README file
Signed-off-by: Gris Ge <[email protected]>
1 parent 095ee9e commit c3055a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "audit"
33
version = "0.7.1"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
6-
76
homepage = "https://github.com/rust-netlink/audit"
87
keywords = ["netlink", "ip", "linux", "audit"]
98
license = "MIT"

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Rust crate for netlink audit protocol
2+
3+
This crate provides higher level abstractions for the netlink audit
4+
protocol.
5+
6+
Rust crate document could be found at [docs.rs][1].
7+
8+
[1]: https://docs.rs/audit/

0 commit comments

Comments
 (0)