Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / smallbitvec / README.md
blobe4cc18152ac1323b11eb2343b7cf7ec77dcdb492
1 # smallbitvec
3 A bit vector that is only one word wide, and can store data either inline or
4 on the heap.  Like the `bit-vec` crate but optimized for small inline size and
5 reduced allocations.
7 * [Documentation](https://docs.rs/smallbitvec)
8 * [crates.io](https://crates.io/crates/smallbitvec)
9 * [Release notes](https://github.com/servo/smallbitvec/releases)