Add ssz_derive crate.

It appears to be fully functional at this stage.
This commit is contained in:
Paul Hauner
2019-02-19 13:53:05 +11:00
parent 98c33a7d06
commit fdfaf18dbd
4 changed files with 96 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ members = [
"eth2/utils/int_to_bytes",
"eth2/utils/slot_clock",
"eth2/utils/ssz",
"eth2/utils/ssz_derive",
"eth2/utils/swap_or_not_shuffle",
"eth2/utils/fisher_yates_shuffle",
"beacon_node",