Move hash into its own module

This commit is contained in:
Greg Fitzgerald
2018-03-06 17:20:37 -07:00
parent 5d990502cb
commit 5a44c36b1f
11 changed files with 37 additions and 28 deletions

View File

@ -1,4 +1,5 @@
#![cfg_attr(feature = "unstable", feature(test))]
pub mod hash;
pub mod log;
pub mod logger;
pub mod event;