Skip to content

Commit 60673ad

Browse files
committed
Add badges to README
1 parent 3eb1b07 commit 60673ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Trait Requirement Reduction
22

3+
[![Crates.io](https://img.shields.io/crates/v/trait-winnower.svg)](https://crates.io/crates/trait-winnower)
4+
[![Codecov](https://codecov.io/github/AFLplusplus/trait-winnower/coverage.svg?branch=main)](https://codecov.io/gh/AFLplusplus/trait-winnower)
5+
[![Dependency status](https://deps.rs/repo/github/AFLplusplus/trait-winnower/status.svg)](https://deps.rs/repo/github/AFLplusplus/trait-winnower)
6+
7+
38
## Overview
49
This project aims to reduce the number of trait requirements in Rust code.

0 commit comments

Comments
 (0)