//! This library contains various useful abstractions used for construct of reactive and
//! non-blocking asynchronous apps with high cpu-time utilisation. He contains few modules. Each
//! module have it's own reach documentation. See concrete module for more info.
extern crate failure;
//#[macro_use] extern crate serde_json;
//#[macro_use] extern crate serde;
extern crate match_downcast;
extern crate log;
//pub mod exps;
//pub mod examples;