vecrem 0.1.0

Cursor-like structure for fast iterative removing of elements from a vec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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+_