option_vec

Crates.iooption_vec
lib.rsoption_vec
version0.1.3
sourcesrc
created_at2017-02-28 06:27:26.307647
updated_at2017-04-17 22:30:45.583684
descriptionVec>-like container
homepagehttps://github.com/murarth/option_vec
repositoryhttps://github.com/murarth/option_vec
max_upload_size
id8727
size34,306
Murarth (murarth)

documentation

http://murarth.github.io/option_vec/option_vec/index.html

README

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.

Commit count: 15

cargo fmt