Add historian
A microservice that continuously generates hashes, only stopping to tag messages with the latest hash. Fixes #8
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#![cfg_attr(feature = "unstable", feature(test))]
|
||||
pub mod event;
|
||||
pub mod historian;
|
||||
extern crate itertools;
|
||||
extern crate rayon;
|
||||
|
Reference in New Issue
Block a user