# vecrem
[![CI status](https://github.com/WaffleLapkin/vecrem/workflows/Continuous%20integration/badge.svg)](https://github.com/WaffleLapkin/vecrem/actions)
[![documentation (master)](https://img.shields.io/badge/docs-master-brightgreen)](https://vecrem.netlify.com/vecrem)
[![documentation (docs.rs)](https://docs.rs/vecrem/badge.svg)](https://docs.rs/vecrem)
[![crates.io](https://img.shields.io/crates/v/vecrem.svg)](https://crates.io/crates/vecrem)
[![LICENSE](https://img.shields.io/badge/license-WTFPL-blueviolet.svg)](LICENSE)
Cursor-like helper which allows removing elements from vector without moving the tail every time.
```toml
[dependencies]
vecrem = "0.1"
```
_Compiler support: requires rustc 1.36+_