//! lib target
use Builder;
extern crate lazy_static;
// used in mod tests to access some data sets. To be modified according to installation
static DATADIR: &str = "/home/jpboth/Rust/graphembed/Data";
lazy_static!
// install a logger facility
//