thin-vec

Crates.iothin-vec
lib.rsthin-vec
version0.2.14
created_at2018-05-15 03:20:47.914332+00
updated_at2025-03-24 00:00:50.816646+00
descriptionA vec that takes up less space on the stack
homepagehttps://github.com/gankra/thin-vec
repositoryhttps://github.com/gankra/thin-vec
max_upload_size
id65454
size153,596
Nico Burns (nicoburns)

documentation

README

Rust CI crates.io

thin-vec

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.

Commit count: 151

cargo fmt