summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-05-28 12:49:39 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-24 10:01:23 -0400
commit15a4031856ae7b72be3d5491a17adf0a592c40b5 (patch)
tree43708f51351001066d108212870b1bf7bebb0ee4 /src
downloadacap-15a4031856ae7b72be3d5491a17adf0a592c40b5.tar.xz
Initialize a new project
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..63d8a0e
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,3 @@
+//! As Close As Possible — [nearest neighbor search] in Rust.
+//!
+//! [nearest neighbor search]: https://en.wikipedia.org/wiki/Nearest_neighbor_search