thin-vec

Crates.iothin-vec
lib.rsthin-vec
version0.2.13
sourcesrc
created_at2018-05-15 03:20:47.914332
updated_at2023-12-03 03:15:54.881055
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
size154,580
Owners (github:ixmilia:owners)

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: 146

cargo fmt