#![cfg_attr(feature = "unstable", feature(test))] pub mod log; pub mod historian; extern crate digest; extern crate rayon; extern crate sha2;