opt_vec 0.1.2

A wrapper around Vec<Option<T> that makes deletion fast
Documentation
# opt_vec

[![Crate](https://img.shields.io/crates/v/opt_vec.svg)](https://crates.io/crates/opt_vec)

A contiguous growable array type with heap-allocated contents
with fast deletion process.

This is a wrapper for [`Vec<Option<T>>`](https://doc.rust-lang.org/std/vec/struct.Vec.html)