Allow event log to hold events of any serializable (hashable) type
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#![cfg_attr(feature = "unstable", feature(test))]
|
||||
pub mod log;
|
||||
pub mod historian;
|
||||
extern crate bincode;
|
||||
extern crate generic_array;
|
||||
extern crate rayon;
|
||||
extern crate ring;
|
||||
|
Reference in New Issue
Block a user