| Crates.io | option_vec |
| lib.rs | option_vec |
| version | 0.1.3 |
| created_at | 2017-02-28 06:27:26.307647+00 |
| updated_at | 2017-04-17 22:30:45.583684+00 |
| description | Vec |
| homepage | https://github.com/murarth/option_vec |
| repository | https://github.com/murarth/option_vec |
| max_upload_size | |
| id | 8727 |
| size | 34,306 |
OptionVecAn abstraction over Vec<Option<T>>, allowing insertion and removal of elements
while maintaining an element's position in the container.
[dependencies]
option_vec = "0.1"
And this to your crate root:
extern crate option_vec;
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.