1#[macro_use] 2extern crate log; 3 4pub mod implement; 5pub mod interface; 6 7pub extern crate mazth; 8 9#[cfg(test)] 10mod tests;