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 50fcdb5 commit 7c79686Copy full SHA for 7c79686
README.md
@@ -1,5 +1,7 @@
1
# net-tools-rs
2
3
+[![crate][crate-image]][crate-link]
4
+
5
Rust implementation of [net-tools](https://sourceforge.net/projects/net-tools/).
6
7
The status of implemented commands is tracked in
@@ -10,3 +12,8 @@ https://github.com/rust-swifties/net-tools-rs/issues/3
10
12
Compliance tests verify that net-tools-rs commands behave identically to the original
11
13
net-tools implementation. See [compliance-tests/README.md](compliance-tests/README.md) for
14
details on running the tests.
15
16
+[//]: # (badges)
17
18
+[crate-image]: https://img.shields.io/crates/v/net-tools-rs?logo=rust
19
+[crate-link]: https://crates.io/crates/net-tools-rs
0 commit comments