Prefer iterator-chain, combinator, and expression-oriented Rust style over explicit for loops and branch-heavy imperative code. Use when editing Rust code that traverses collections, validates data, transforms values, or handles Option/Result flows in this repository.
2026-05-26