File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Extra iterator adaptors, functions and macros.
4
4
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 )
8
6
[ ![ 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 )
9
13
10
14
How to use with Cargo:
11
15
You can’t perform that action at this time.
0 commit comments