Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-itertools/itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
https://github.com/rust-itertools/itertools
iterators rust
Last synced: 3 days ago
JSON representation
Extra iterator adaptors, iterator methods, free functions, and macros.
- Host: GitHub
- URL: https://github.com/rust-itertools/itertools
- Owner: rust-itertools
- License: apache-2.0
- Created: 2014-07-28T22:34:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T14:24:02.000Z (7 days ago)
- Last Synced: 2024-12-08T20:11:47.163Z (4 days ago)
- Topics: iterators, rust
- Language: Rust
- Homepage: https://docs.rs/itertools/
- Size: 2.51 MB
- Stars: 2,774
- Watchers: 21
- Forks: 310
- Open Issues: 143
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust-cn - bluss/rust-itertools - ci.com/bluss/rust-itertools.svg?branch=master">](https://travis-ci.org/bluss/rust-itertools) (Libraries / Data structures)
- awesome-rust - bluss/rust-itertools - ci.com/bluss/rust-itertools.svg?branch=master">](https://travis-ci.org/bluss/rust-itertools) (Libraries / Data structures)
- awesome-rust - rust-itertools/itertools
- awesome-rust-cn - rust-itertools/itertools
- awesome-rust - rust-itertools/itertools - Extra iterator adaptors, functions and macros (Libraries / Data structures)
- awesome-rust - bluss/rust-itertools - ci.com/bluss/rust-itertools.svg?branch=master">](https://travis-ci.org/bluss/rust-itertools) (库 Libraries / 数据结构 Data structures)
- fucking-awesome-rust - rust-itertools/itertools - Extra iterator adaptors, functions and macros (Libraries / Data structures)
- fucking-awesome-rust - rust-itertools/itertools - Extra iterator adaptors, functions and macros (Libraries / Data structures)
README
# Itertools
Extra iterator adaptors, functions and macros.
Please read the [API documentation here](https://docs.rs/itertools/).
How to use with Cargo:
```toml
[dependencies]
itertools = "0.13.0"
```How to use in your crate:
```rust
use itertools::Itertools;
```## How to contribute
If you're not sure what to work on, try checking the [help wanted](https://github.com/rust-itertools/itertools/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) label.See our [CONTRIBUTING.md](https://github.com/rust-itertools/itertools/blob/master/CONTRIBUTING.md) for a detailed guide.
## License
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0 or the MIT license
https://opensource.org/licenses/MIT, at your
option. This file may not be copied, modified, or distributed
except according to those terms.