mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
8 lines
134 B
Markdown
8 lines
134 B
Markdown
# Boolean Bitfield
|
|
|
|
A work-in-progress implementation of an unbounded boolean bitfield.
|
|
|
|
Based upon a `Vec<u8>`
|
|
|
|
Documentation TBC...
|