Skip to content

Commit e53122a

Browse files
authored
Merge pull request #3 from khagankhan/badges
Add badges to readme
2 parents 3eb1b07 + 7aa380d commit e53122a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

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

0 commit comments

Comments
 (0)