Repot and fix a ser/de bug.

This commit is contained in:
Gav
2018-01-27 19:52:24 +01:00
parent f82e30bac3
commit 5b337e3a9c
20 changed files with 713 additions and 533 deletions
+2 -1
View File
@@ -28,9 +28,10 @@ extern crate rustc_hex;
mod codec;
#[macro_use]
mod support;
pub mod primitives;
pub mod runtime;
pub use codec::{endiansensitive, streamreader, joiner, slicable, keyedvec};
pub use support::{primitives, function, proposal, environment, storable};
pub use support::{environment, storable, hashable};
#[cfg(feature = "with-std")]
pub use support::{testing, statichex};