- Move from
std
tocore
+alloc
, making this usable forno_std
crates (contributed by kohanis).
- Add
VecGrowScan
for arbitrary insertions and removals during iteration (contributed by Maja Kądziołka)
- Allow mutable access to all vector elements during iteration