1
2
3
4
5
6
7
8
#![feature(box_syntax)]
#![feature(test)]

pub use self::logmap::*;
pub use self::optimap::*;

mod logmap;
mod optimap;