Skip to content

Commit 90a1113

Browse files
More badges in README.md
1 parent 3918da2 commit 90a1113

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
Extra iterator adaptors, functions and macros.
44

5-
Please read the [API documentation here](https://docs.rs/itertools/).
6-
7-
[![build_status](https://github.com/rust-itertools/itertools/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-itertools/itertools/actions)
5+
[![Documentation](https://docs.rs/itertools/badge.svg)](https://docs.rs/itertools)
86
[![crates.io](https://img.shields.io/crates/v/itertools.svg)](https://crates.io/crates/itertools)
7+
[![MSRV](https://img.shields.io/crates/msrv/itertools "Minimum Supported Rust Version")](https://github.com/rust-itertools/itertools/blob/master/Cargo.toml)
8+
[![License](https://img.shields.io/crates/l/itertools.svg)](https://github.com/rust-itertools/itertools)
9+
[![Build Status](https://github.com/rust-itertools/itertools/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-itertools/itertools/actions)
10+
[![Code Coverage](https://img.shields.io/codecov/c/github/rust-itertools/itertools)](https://codecov.io/github/rust-itertools/itertools)
11+
[![Total Downloads](https://img.shields.io/crates/d/itertools.svg)](https://crates.io/crates/itertools)
12+
[![Contributors](https://img.shields.io/github/contributors/rust-itertools/itertools)](https://github.com/rust-itertools/itertools/graphs/contributors)
913

1014
How to use with Cargo:
1115

0 commit comments

Comments
 (0)