mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-15 07:38:26 -05:00
…
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.