Skip to content

Commit a9b9a91

Browse files
authored
Add badges from shields.io (#7)
1 parent a145f38 commit a9b9a91

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# :crab: RUST PROJECT TEMPLATE - TODO(template) PUT PROJECT NAME HERE
2+
<!--`TODO(template) update with your repository name.`-->
3+
[![Docs](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/docs.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
4+
[![Lint](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/linter.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
5+
[![Build](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/build-and-test.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
6+
[![Dependencies](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/dependency-audit.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
7+
[![UB](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/ub-detection.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
8+
[![Coverage](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/Coverage/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions/workflows/coverage.yml)
9+
<!-- You can replace them with a single badge if you create a main CI file that calls the other workflows
10+
[![CI](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/CI/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
11+
-->
12+
<!--`TODO(template) update with your rust version`
13+
If you want to change from stable to Minimum Supported Rust Version (MSRV), replace the badge with:
14+
![MSRV](https://img.shields.io/badge/rustc-1.70+-ab6000.svg) TODO(template) update specific version
15+
-->
16+
![Rust](https://img.shields.io/badge/rust-stable-orange.svg)
17+
<!--`TODO(template) update license version if needed. Check LICENSE first`-->
18+
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
19+
<!--`TODO(template) update with your crate information. Remove if not needed.`-->
20+
[![Crates.io](https://img.shields.io/crates/v/{{CRATE_NAME}}.svg)](https://crates.io/crates/{{CRATE_NAME}})
21+
[![Documentation](https://docs.rs/{{CRATE_NAME}}/badge.svg)](https://docs.rs/{{CRATE_NAME}})
222

323
TODO(template) describe the project
424

0 commit comments

Comments
 (0)