Rename event crate to log

This commit is contained in:
Greg Fitzgerald
2018-02-18 09:59:15 -07:00
parent 471f036444
commit fd209ef1a9
3 changed files with 14 additions and 14 deletions

View File

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