Crates.io | genr |
lib.rs | genr |
version | 0.1.0 |
source | src |
created_at | 2023-09-17 21:31:15.088346 |
updated_at | 2023-09-17 21:31:15.088346 |
description | A generational container implementation for rust. |
homepage | |
repository | https://github.com/m-xavier/genr |
max_upload_size | |
id | 975355 |
size | 30,569 |
I am making this because I often find myself wanting to use a Generational Array, but there is no current "standard" crate which includes everything which I would want. This is my solution.