Rust Iterator Collections
Design and review Rust iterator pipelines and collection code for clear ownership, allocation, ordering, and error behavior. Use when writing, refactoring, or reviewing iterators, HashMap Entry usage, collect, FromIterator, Extend, custom iterators, or allocation-heavy loops.
Rustv0.1.0MITrustiteratorscollectionshashmapperformance
Install
npx skills add LVTD-LLC/skills --skill rust-iterator-collectionsFrom `SKILL.md`
Use this skill to turn collection code into clear, idiomatic Rust. Prefer iterator and collection APIs that express the operation directly while keeping ownership, allocation, and error behavior visible.