Add untested ssz_static test impl

This commit is contained in:
Paul Hauner
2019-05-14 10:01:20 +10:00
parent 55ff1e0b40
commit c3b4739a11
5 changed files with 72 additions and 1 deletions

View File

@@ -5,10 +5,12 @@ use ssz::Decode;
use std::fmt::Debug;
use test_decode::TestDecode;
pub use crate::error::*;
pub use crate::ssz_generic::*;
mod error;
mod ssz_generic;
mod ssz_static;
mod test_decode;
#[derive(Debug, Deserialize)]