lighthouse/beacon_chain/utils/boolean-bitfield
2018-12-19 16:38:59 +01:00
..
src Adds custom std::cmp::PartialEq impl 2018-12-10 20:34:35 -08:00
Cargo.toml Add 'edition = "2018"' to every Cargo.toml 2018-12-19 16:38:59 +01:00
README.md Simplifies the boolean-bitfield implementation to use bit-vec crate 2018-11-20 12:34:28 -08:00

Boolean Bitfield

Implements a set of boolean as a tightly-packed vector of bits.