Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbrubeck/mediumvec

Rust collections optimized for size
https://github.com/mbrubeck/mediumvec

Last synced: 2 months ago
JSON representation

Rust collections optimized for size

Awesome Lists containing this project

README

        

# mediumvec

`Vec32`, a version of `Vec` that is indexed by `u32` instead of `usize`,
for a slight reduction in size on 64-bit platforms.

* [Documentation](https://docs.rs/mediumvec)
* [crates.io](https://crates.io/crates/mediumvec)
* [Release notes](https://github.com/mbrubeck/mediumvec/releases)