lighthouse/beacon_chain/utils/boolean-bitfield/README.md
Paul Hauner 0fbe4179b3
Heavily restructure repo
Separate most modules into crates
2018-10-02 16:41:10 +10:00

134 B

Boolean Bitfield

A work-in-progress implementation of an unbounded boolean bitfield.

Based upon a Vec<u8>

Documentation TBC...