Crates.io | thin-vec |
lib.rs | thin-vec |
version | 0.2.13 |
source | src |
created_at | 2018-05-15 03:20:47.914332 |
updated_at | 2023-12-03 03:15:54.881055 |
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 | 154,580 |
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.