murarth / option_vec

Vec<Option<T>>-like container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OptionVec

An abstraction over Vec<Option<T>>, allowing insertion and removal of elements while maintaining an element's position in the container.

Documentation

Usage

[dependencies]
option_vec = "0.1"

And this to your crate root:

extern crate option_vec;

License

option_vec is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

About

Vec<Option<T>>-like container

License:Apache License 2.0


Languages

Language:Rust 100.0%