1#[cfg(test)] 2#[macro_use] 3extern crate approx; 4extern crate core; 5 6pub mod func; 7pub mod traits;