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

Boolean Bitfield

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

Based upon a Vec<u8>

Documentation TBC...