17 releases
0.2.14 | Mar 24, 2025 |
---|---|
0.2.13 | Dec 3, 2023 |
0.2.12 | Feb 20, 2023 |
0.2.10 | Dec 5, 2022 |
0.1.0 | May 15, 2018 |
#69 in Data structures
374,779 downloads per month
Used in 354 crates
(29 directly)
140KB
2K
SLoC
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.
Dependencies
~160KB