Skip to content

Commit e279272

Browse files
committed
Add badges
1 parent 26b9f63 commit e279272

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# impl-trait-utils
22

3+
[![Latest Version]][crates.io] [![Documentation]][docs.rs] [![GHA Status]][GitHub Actions] ![License]
4+
35
Utilities for working with impl traits in Rust.
46

57
## `make_variant`
@@ -28,3 +30,11 @@ Implementers of the trait can choose to implement the variant instead of the ori
2830

2931
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
3032
[MIT license](LICENSE-MIT) at your option.
33+
34+
[GitHub Actions]: https://github.com/rust-lang/impl-trait-utils/actions
35+
[GHA Status]: https://github.com/rust-lang/impl-trait-utils/actions/workflows/rust.yml/badge.svg
36+
[crates.io]: https://crates.io/crates/trait-variant
37+
[Latest Version]: https://img.shields.io/crates/v/trait-variant.svg
38+
[Documentation]: https://img.shields.io/docsrs/trait-variant
39+
[docs.rs]: https://docs.rs/trait-variant
40+
[License]: https://img.shields.io/crates/l/trait-variant.svg

0 commit comments

Comments
 (0)