Skip to content

Commit

Permalink
More badges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet committed Feb 28, 2024
1 parent 3918da2 commit 90a1113
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 90a1113

Please sign in to comment.