gecko-dev/third_party/rust/smallbitvec
Emilio Cobos Álvarez 4060ea8247 Bug 1636357 - Update smallbitvec. r=jwatt
This is needed for the next patch.

Differential Revision: https://phabricator.services.mozilla.com/D74401
2020-05-08 18:40:51 +00:00
..
benches
src
.cargo-checksum.json
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

smallbitvec

A bit vector that is only one word wide, and can store data either inline or on the heap. Like the bit-vec crate but optimized for small inline size and reduced allocations.