itertools

Iterator utilities

A collection of utility functions and macros to simplify iterator-based data processing in Rust.

Extra iterator adaptors, iterator methods, free functions, and macros.

GitHub

3k stars
21 watching
308 forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list

iteratorsrust

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
rust-lang/cargo The Rust package manager responsible for downloading and compiling dependencies for Rust projects. 12,800
sagiegurari/cargo-make A tool that automates the build process for Rust projects 2,597
dtolnay/cargo-expand A command-line tool that shows the result of macro expansion and derive code generation in Rust projects 2,682
killercup/cargo-edit A utility for managing cargo dependencies from the command line. 3,089
est31/cargo-udeps Detects unused dependencies in Rust projects during compilation. 1,745
rust-lang/crates.io A central registry and infrastructure for sharing Rust packages, written in Rust 2,984
rwf2/rocket An async web framework for Rust with a focus on usability, security, extensibility, and speed. 24,548
nickel-org/nickel.rs A lightweight Rust framework for building web applications 3,035
ratatui/ratatui A Rust crate for building terminal user interfaces 10,774
sourcefrog/cargo-mutants Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. 600
awslabs/aws-sdk-rust An SDK that allows Rust developers to interact with AWS services 3,029
rust-lang/rustlings A collection of small exercises to help developers learn Rust programming language by reading and writing code. 54,232
awslabs/aws-lambda-rust-runtime Provides a Rust runtime for AWS Lambda 3,359
imgui-rs/imgui-rs Rust bindings for Dear ImGui 2,689
byron/cargo-smart-release Automates complex release processes for Rust cargo workspaces with changelog generation and version management. 80