lighthouse/boolean-bitfield
2018-09-10 08:51:51 +02:00
..
src Tidy up boolean_bitfield 2018-09-10 08:51:51 +02:00
Cargo.toml Update ssz 2018-09-10 07:50:35 +02:00
README.md Move boolean_bitfield into own crate 2018-08-23 15:20:10 +10:00

Boolean Bitfield

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

Based upon a Vec<u8>

Documentation TBC...