summaryrefslogtreecommitdiffstats
path: root/src/metric.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/metric.rs')
-rw-r--r--src/metric.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/metric.rs b/src/metric.rs
index e067771..549db67 100644
--- a/src/metric.rs
+++ b/src/metric.rs
@@ -1,5 +1,7 @@
//! [Metric spaces](https://en.wikipedia.org/wiki/Metric_space).
+pub mod vp;
+
use ordered_float::OrderedFloat;
use std::cmp::Ordering;