More compact bytes serialization and code re-use.

This commit is contained in:
Tomasz Drwięga
2017-11-11 11:52:00 +01:00
parent 348e629289
commit 1f3c2f7148
5 changed files with 127 additions and 82 deletions
+1
View File
@@ -38,6 +38,7 @@ extern crate polkadot_serializer;
#[macro_use]
extern crate pretty_assertions;
mod bytes;
pub mod block;
pub mod hash;
pub mod uint;