Simplifies the boolean-bitfield implementation to use bit-vec crate

This commit is contained in:
Alex Stokes
2018-10-24 12:21:51 +02:00
parent 2e2a1faff4
commit a9decd3aed
4 changed files with 119 additions and 277 deletions

View File

@@ -1,7 +1,3 @@
# Boolean Bitfield
A work-in-progress implementation of an unbounded boolean bitfield.
Based upon a `Vec<u8>`
Documentation TBC...
Implements a set of boolean as a tightly-packed vector of bits.