mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
dbc951959f
Differential Revision: https://phabricator.services.mozilla.com/D117865 Depends on D117864 |
||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
README.md |
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 ffi. The crate isn't quite ready for use elsewhere, as it currently unconditionally uses the libc allocator.