vec_remove_if 1.0.0

Extract elements from a vector based on supplied criteria
Documentation
[package]
name = "vec_remove_if"
edition = "2018"
version = "1.0.0"
authors = [
    "Damian J Pound <damian@thebestisp.com>",
    "Matthew \"Juniper\" Barlett <emeraldinspirations@gmail.com>",
]
description = "Extract elements from a vector based on supplied criteria"
# TODO homepage
# TODO documentation
readme = "README.md"
keywords = ["vec", "remove", "swap_remove"]
categories = ["rust-patterns", "memory-management"]
license = "MIT"
license_file = "LICENSE.md"
repository = "https://gitlab.com/SnSDev/vec_remove_if"

[lib]
path = "./lib.rs"

[dependencies]

[dev-dependencies]
pretty_assertions = "~0.6.1"