Crates.io | chunky-vec |
lib.rs | chunky-vec |
version | 0.1.0 |
source | src |
created_at | 2020-10-23 01:54:27.288541 |
updated_at | 2020-10-23 01:54:27.288541 |
description | A pin safe, append only vector never moves the backing store for an element. |
homepage | |
repository | https://github.com/djg/chunky-vec |
max_upload_size | |
id | 304517 |
size | 23,051 |
This crate provides a pin-safe, append-only vector which guarantees never to move the storage for an element once it has been allocated.