Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 399 Bytes

CHANGELOG.md

File metadata and controls

13 lines (7 loc) · 399 Bytes

Changelog

vec_mut_scan 0.5.0 (2023-04-16)

  • Move from std to core + alloc, making this usable for no_std crates (contributed by kohanis).

vec_mut_scan 0.4.0 (2021-01-17)

  • Add VecGrowScan for arbitrary insertions and removals during iteration (contributed by Maja Kądziołka)

vec_mut_scan 0.3.0 (2020-09-08)

  • Allow mutable access to all vector elements during iteration