rust-iterators

Official

Fast, lazy Rust iterators for data processing.

Authorgar-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Improve Rust data processing speed by replacing explicit loops with lazy iterator chains.

Core Features & Use Cases

  • Lazy iteration patterns: map, filter, and fold avoid creating intermediate collections.
  • Parallel processing with Rayon: scale data work across cores for large datasets.
  • Custom iterators: implement size_hint and ExactSizeIterator for predictable performance.
  • Memory-friendly processing: compose iterator adapters to minimize allocations during transformations.

Quick Start

Rewrite a for-loop that processes a collection into a chained iterator pattern that uses map and filter to produce the final result with no intermediate allocations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rust-iterators
Download link: https://github.com/gar-ai/mallorn/archive/main.zip#rust-iterators

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.