Move boolean_bitfield into own crate

This commit is contained in:
Paul Hauner
2018-08-23 15:20:10 +10:00
parent 9808d5c209
commit fd1eea561e
6 changed files with 18 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
# Boolean Bitfield
A work-in-progress implementation of an unbounded boolean bitfield.
Based upon a `Vec<u8>`
Documentation TBC...