option_vec 0.1.2

Vec<Option<T>>-like container
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "option_vec"
description = "Vec<Option<T>>-like container"
version = "0.1.2"
authors = ["Murarth <murarth@gmail.com>"]

documentation = "http://murarth.github.io/option_vec/option_vec/index.html"
homepage = "https://github.com/murarth/option_vec"
repository = "https://github.com/murarth/option_vec"

keywords = ["container", "option", "vec"]
license = "MIT/Apache-2.0"
readme = "README.md"