atomic-bitvec 0.1.1

An atomic bit vector library.
Documentation

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.