File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ [](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+  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
323TODO(template) describe the project
424
You can’t perform that action at this time.
0 commit comments