mediumvec

Crates.iomediumvec
lib.rsmediumvec
version1.3.1
sourcesrc
created_at2017-03-29 18:42:22.890322
updated_at2024-11-10 03:12:09.355225
descriptionVector types optimized for space, including a 32-bit Vec
homepage
repositoryhttps://github.com/mbrubeck/mediumvec
max_upload_size
id9241
size28,900
Matt Brubeck (mbrubeck)

documentation

https://docs.rs/mediumvec

README

mediumvec

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.

Commit count: 23

cargo fmt