lighthouse/beacon_chain/utils/boolean-bitfield/src
Alex Stokes 6c2c42e6b7
Adds custom std::cmp::PartialEq impl
Two bitfields now match if they contain the same information.

There were some discrepancies before when comparing fields with the same
bits set but came from different sources, e.g. off the wire vs created
in memory, due to the existence of unset bits in the high byte.
2018-12-10 20:34:35 -08:00
..
lib.rs Adds custom std::cmp::PartialEq impl 2018-12-10 20:34:35 -08:00