#[macro_use]
extern crate trace;

trace::init_depth_var!();

mod bidir;
mod data;

mod gensym;
#[cfg(test)]
mod tests;