Crates.io | inf_vec |
lib.rs | inf_vec |
version | 0.1.0 |
source | src |
created_at | 2024-02-24 06:45:37.05986 |
updated_at | 2024-02-24 06:45:37.05986 |
description | A lazily-populated infinite Vec-like data structure. |
homepage | |
repository | https://github.com/theemathas/inf_vec/ |
max_upload_size | |
id | 1151409 |
size | 25,366 |
This is a Rust crate that provides the InfVec
type, a lazily-populated
infinite Vec
-like data structure.
See the documentation for usage info.