ml_distance/
lib.rs

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