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.
3k stars
21 watching
310 forks
Language: Rust
last commit: about 2 months ago
Linked from 1 awesome list
iteratorsrust
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,919 |
sagiegurari/cargo-make | A tool that automates the build process for Rust projects | 2,614 |
dtolnay/cargo-expand | A command-line tool that shows the result of macro expansion and derive code generation in Rust projects | 2,718 |
killercup/cargo-edit | A utility for managing cargo dependencies from the command line. | 3,107 |
est31/cargo-udeps | Detects unused dependencies in Rust projects during compilation. | 1,781 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 3,022 |
rwf2/rocket | An async web framework for Rust with a focus on usability, security, extensibility, and speed. | 24,706 |
nickel-org/nickel.rs | A lightweight Rust framework for building web applications | 3,036 |
ratatui/ratatui | A Rust crate for creating simple and flexible text-based user interfaces in the terminal. | 11,247 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 626 |
awslabs/aws-sdk-rust | AWS SDK for Rust programming language | 3,046 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 55,016 |
awslabs/aws-lambda-rust-runtime | Provides a Rust runtime for AWS Lambda | 3,378 |
imgui-rs/imgui-rs | Rust bindings for Dear ImGui | 2,707 |
byron/cargo-smart-release | Automates complex release processes for Rust cargo workspaces with changelog generation and version management. | 81 |