lighthouse/beacon_chain/utils/boolean-bitfield
Paul Hauner 900ffac5e0
Run rustfmt globally.
Using `$ cargo fmt` in the root. Closes #68.
2018-11-04 15:35:55 +01:00
..
src Run rustfmt globally. 2018-11-04 15:35:55 +01: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...