for_each 0.11.0

Apply macro for each element of a list.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# tests

Test suite for the `for_each` crate.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `smoke_test.rs` | Validate basic package integrity for local and published versions |
| `for_each_tests.rs` | Aggregate all functional test modules using the_module alias pattern |
| `example_output_quality_test.rs` | Validate example output correctness and documentation quality |
| `inc/` | Contain functional test modules for `for_each!`, `braces_unwrap!`, and `identity!` macros |
| `manual/` | Contain manual testing plans for edge cases requiring human verification |