diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ pub mod chebyshev; pub mod coords; +pub mod cos; pub mod distance; pub mod euclid; pub mod exhaustive; |
index : acap.git | ||
Nearest neighbor search in Rust |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 1 |
@@ -92,6 +92,7 @@ pub mod chebyshev; pub mod coords; +pub mod cos; pub mod distance; pub mod euclid; pub mod exhaustive; |