opt_vec 0.1.2

A wrapper around Vec<Option<T> that makes deletion fast
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["whtsht <whiteshirt0079@gmail.com>"]
description = "A wrapper around Vec<Option<T> that makes deletion fast"
documentation = "https://docs.rs/opt_vec"
edition = "2021"
keywords = ["no_std"]
license = "MIT"
name = "opt_vec"
readme = "README.md"
repository = "https://github.com/whtsht/opt_vec"
rust-version = "1.56"
version = "0.1.2"