File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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/ )
5
+ Please read the [ API documentation here] ( https://docs.rs/itertools/ ) .
6
6
7
- [ ![ build_status] ( https://travis-ci.org /rust-itertools/itertools. svg?branch=master )] ( https://travis-ci.org /rust-itertools/itertools )
7
+ [ ![ build_status] ( https://github.com /rust-itertools/itertools/actions/workflows/ci.yml/badge. svg )] ( https://github.com /rust-itertools/itertools/actions )
8
8
[ ![ crates.io] ( https://img.shields.io/crates/v/itertools.svg )] ( https://crates.io/crates/itertools )
9
9
10
- How to use with cargo :
10
+ How to use with Cargo :
11
11
12
- ```
12
+ ``` toml
13
13
[dependencies ]
14
14
itertools = " 0.10.0"
15
15
```
16
16
17
17
How to use in your crate:
18
18
19
- ```
19
+ ``` rust
20
20
use itertools :: Itertools ;
21
21
```
22
22
23
23
## How to contribute
24
24
25
25
- Fix a bug or implement a new thing
26
- - Include tests for your new feature, preferably a quickcheck test
26
+ - Include tests for your new feature, preferably a QuickCheck test
27
27
- Make a Pull Request
28
28
29
29
For new features, please first consider filing a PR to [ rust-lang/rust] ( https://github.com/rust-lang/rust ) ,
You can’t perform that action at this time.
0 commit comments