Crates.io | thin-vec |
lib.rs | thin-vec |
version | 0.2.14 |
created_at | 2018-05-15 03:20:47.914332+00 |
updated_at | 2025-03-24 00:00:50.816646+00 |
description | A vec that takes up less space on the stack |
homepage | https://github.com/gankra/thin-vec |
repository | https://github.com/gankra/thin-vec |
max_upload_size | |
id | 65454 |
size | 153,596 |
ThinVec is a Vec that stores its length and capacity inline, making it take up less space.
Currently this crate mostly exists to facilitate Gecko (Firefox) FFI, but it works perfectly fine as a native rust library as well.