drain_filter_polyfill 0.1.3

current nightly implementation of Vec::drain_filter, copypasted out for use on stable
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "drain_filter_polyfill"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/whentze/drain_filter_polyfill.git"
description = "current nightly implementation of Vec::drain_filter, copypasted out for use on stable"

[dependencies]