From 90a1113d8307e447d89fefb4215232bdc7fc4433 Mon Sep 17 00:00:00 2001 From: Philippe-Cholet <44676486+Philippe-Cholet@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:01:20 +0100 Subject: [PATCH] More badges in README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24059e514..eceba18a6 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ Extra iterator adaptors, functions and macros. -Please read the [API documentation here](https://docs.rs/itertools/). - -[![build_status](https://github.com/rust-itertools/itertools/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-itertools/itertools/actions) +[![Documentation](https://docs.rs/itertools/badge.svg)](https://docs.rs/itertools) [![crates.io](https://img.shields.io/crates/v/itertools.svg)](https://crates.io/crates/itertools) +[![MSRV](https://img.shields.io/crates/msrv/itertools "Minimum Supported Rust Version")](https://github.com/rust-itertools/itertools/blob/master/Cargo.toml) +[![License](https://img.shields.io/crates/l/itertools.svg)](https://github.com/rust-itertools/itertools) +[![Build Status](https://github.com/rust-itertools/itertools/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-itertools/itertools/actions) +[![Code Coverage](https://img.shields.io/codecov/c/github/rust-itertools/itertools)](https://codecov.io/github/rust-itertools/itertools) +[![Total Downloads](https://img.shields.io/crates/d/itertools.svg)](https://crates.io/crates/itertools) +[![Contributors](https://img.shields.io/github/contributors/rust-itertools/itertools)](https://github.com/rust-itertools/itertools/graphs/contributors) How to use with Cargo: