Crates.io | opt_vec |
lib.rs | opt_vec |
version | 0.1.2 |
source | src |
created_at | 2023-08-08 13:46:26.6472 |
updated_at | 2023-08-09 04:55:59.074243 |
description | A wrapper around Vec |
homepage | |
repository | https://github.com/whtsht/opt_vec |
max_upload_size | |
id | 939183 |
size | 8,526 |
A contiguous growable array type with heap-allocated contents with fast deletion process.
This is a wrapper for Vec<Option<T>>