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

[features]
alloc = []
std = ["alloc"]
default = ["std"]