diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ pub mod euclid; pub mod exhaustive; pub mod hamming; pub mod kd; +pub mod lp; pub mod taxi; pub mod vp; |
index : acap.git | ||
Nearest neighbor search in Rust |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 1 |
@@ -97,6 +97,7 @@ pub mod euclid; pub mod exhaustive; pub mod hamming; pub mod kd; +pub mod lp; pub mod taxi; pub mod vp; |