Skip to content

Commit 7c79686

Browse files
authored
README.md: Add crate badge
1 parent 50fcdb5 commit 7c79686

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# net-tools-rs
22

3+
[![crate][crate-image]][crate-link]
4+
35
Rust implementation of [net-tools](https://sourceforge.net/projects/net-tools/).
46

57
The status of implemented commands is tracked in
@@ -10,3 +12,8 @@ https://github.com/rust-swifties/net-tools-rs/issues/3
1012
Compliance tests verify that net-tools-rs commands behave identically to the original
1113
net-tools implementation. See [compliance-tests/README.md](compliance-tests/README.md) for
1214
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

Comments
 (0)