Add new CompareFields trait and derive

This commit is contained in:
Paul Hauner
2019-05-22 17:22:12 +10:00
parent 30d582f40d
commit 7a99654f89
8 changed files with 144 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ members = [
"eth2/utils/bls",
"eth2/utils/boolean-bitfield",
"eth2/utils/cached_tree_hash",
"eth2/utils/compare_fields",
"eth2/utils/compare_fields_derive",
"eth2/utils/fixed_len_vec",
"eth2/utils/hashing",
"eth2/utils/honey-badger-split",