?
1
2
3
4
5
//! Distance metrics.
pub mod
euclidean;
pub mod
taxicab;
pub mod
chebyshev;