Crates.io | pointer_vec |
lib.rs | pointer_vec |
version | 0.1.1 |
source | src |
created_at | 2022-10-22 12:13:54.73057 |
updated_at | 2022-10-22 12:17:59.212631 |
description | The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer. |
homepage | |
repository | https://gitlab.com/yc25/pointer-vec |
max_upload_size | |
id | 694376 |
size | 29,761 |
The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer.
directly replace Vec with PointerVec.