vec_mut_scan 0.4.0

Forward scan over a vector with mutation and item removal
Documentation
[dependencies]

[package]
authors = ["Jannis Harder <me@jix.one>"]
categories = ["algorithms", "data-structures"]
description = "Forward scan over a vector with mutation and item removal"
edition = "2018"
keywords = ["vec", "retain", "drain", "drain_filter"]
license = "0BSD"
name = "vec_mut_scan"
readme = "README.md"
repository = "https://github.com/jix/vec_mut_scan"
version = "0.4.0"