Skip to content

Commit a4ced57

Browse files
authored
Merge addition of badges
This is PR #7.
2 parents b118853 + 76ca490 commit a4ced57

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: CI
22

33
on:
44
push:

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# impl-trait-utils
1+
[![Latest Version]][crates.io] [![Documentation]][docs.rs] [![GHA Status]][GitHub Actions] ![License]
22

33
Utilities for working with impl traits in Rust.
44

@@ -28,3 +28,11 @@ Implementers of the trait can choose to implement the variant instead of the ori
2828

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

0 commit comments

Comments
 (0)