1#[cfg(test)] 2#[macro_use] 3extern crate quickcheck; 4 5#[cfg(test)] 6extern crate rand; 7 8pub mod kdtree;