1
2
3
4
5
6
7
// Used to test the results of the functions with a specific precision
#[allow(unused_imports)] // to fix the wtf warning
#[macro_use]
extern crate approx;

pub mod distance;
pub mod similarity;