gecko-dev/third_party/rust/smallbitvec
Cameron McCormack 99f949e5e4 Bug 1515533 - Bump smallvec and smallbitvec r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D15052

--HG--
extra : moz-landing-system : lando
2018-12-20 01:49:42 +00:00
..
benches Bug 1455902: Revendor rust dependencies. r=me 2018-04-21 21:49:57 +02:00
src Bug 1515533 - Bump smallvec and smallbitvec r=emilio 2018-12-20 01:49:42 +00:00
.cargo-checksum.json Bug 1515533 - Bump smallvec and smallbitvec r=emilio 2018-12-20 01:49:42 +00:00
Cargo.toml Bug 1515533 - Bump smallvec and smallbitvec r=emilio 2018-12-20 01:49:42 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Bug 1455902: Revendor rust dependencies. r=me 2018-04-21 21:49:57 +02:00

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.