Allow event log to hold events of any serializable (hashable) type

This commit is contained in:
Greg Fitzgerald
2018-02-26 16:42:31 -07:00
parent 8b0b8efbcb
commit 0443b39264
3 changed files with 62 additions and 55 deletions

View File

@ -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;