mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
0fbe4179b3
Separate most modules into crates
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...
|