vecrem 0.1.0

Cursor-like structure for fast iterative removing of elements from a vec
Documentation
[dependencies]

[features]

[package]
authors = ["Waffle <waffle.lapkin@gmail.com>"]
categories = ["no-std"]
description = "Cursor-like structure for fast iterative removing of elements from a vec"
documentation = "https://docs.rs/vecrem/"
edition = "2018"
exclude = [".github/*", "netlify.toml"]
homepage = "https://github.com/WaffleLapkin/vecrem/"
keywords = ["no_std", "vec", "vector", "drain", "remove"]
license-file = "LICENSE"
name = "vecrem"
readme = "README.md"
repository = "https://github.com/WaffleLapkin/vecrem/"
version = "0.1.0"

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]