Add historian

A microservice that continuously generates hashes, only stopping to
tag messages with the latest hash.

Fixes #8
This commit is contained in:
Greg Fitzgerald
2018-02-17 20:51:41 -07:00
parent 3550f703c3
commit 831e2cbdc9
3 changed files with 128 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![cfg_attr(feature = "unstable", feature(test))]
pub mod event;
pub mod historian;
extern crate itertools;
extern crate rayon;