mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
Simplifies the boolean-bitfield implementation to use bit-vec crate
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user