vec_mut_scan 0.5.0

Forward scan over a vector with mutation and item removal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

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