gecko-dev/third_party/rust/thin-vec
Alexis Beingessner e5dd298d13 Bug 1654807 - update thin-vec to 0.2.1 for potential endianess fix. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D87019
2020-09-14 17:32:40 +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.