diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 09:15:21 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 10:03:44 -0400 |
commit | 73422e8221cd0334fb9fbf3f33059b9e531e1487 (patch) | |
tree | 4b8e815191a77840f1dc14e522bf384ed13fd808 /src/lib.rs | |
parent | 4876b9799c6dc62ab34500559d4584f4671ddb0f (diff) | |
download | acap-73422e8221cd0334fb9fbf3f33059b9e531e1487.tar.xz |
hamming: Implement Hamming distance0.1.0
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ pub mod coords; pub mod distance; pub mod euclid; pub mod exhaustive; +pub mod hamming; pub mod kd; pub mod taxi; pub mod vp; |