2 releases
0.1.1 | Jan 16, 2021 |
---|---|
0.1.0 | Jan 16, 2021 |
#13 in #backing
15KB
156 lines
This library provides a bitvec struct which uses atomic integers as its backing representation.
This allows the bitvec to be used without external synchronization, though the perils of improper use of atomics can come into play.