gecko-dev/third_party/rust/thin-vec
Mike Hommey dbc951959f Bug 1716518 - Upgrade thin-vec to v0.2.2.
Differential Revision: https://phabricator.services.mozilla.com/D117865

Depends on D117864
2021-06-15 09:25:33 +00:00
..
src
.cargo-checksum.json
Cargo.toml
README.md

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.