Crates.io | mediumvec |
lib.rs | mediumvec |
version | 1.3.1 |
source | src |
created_at | 2017-03-29 18:42:22.890322 |
updated_at | 2024-11-10 03:12:09.355225 |
description | Vector types optimized for space, including a 32-bit Vec |
homepage | |
repository | https://github.com/mbrubeck/mediumvec |
max_upload_size | |
id | 9241 |
size | 28,900 |
Vec32<T>
, a version of Vec<T>
that is indexed by u32
instead of usize
,
for a slight reduction in size on 64-bit platforms.