acap 0.1.1

As Close As Possible — nearest neighbor search in Rust.
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.num-traits]
version = "0.2.12"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.rand]
version = "0.7.3"

[package]
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
categories = ["algorithms", "data-structures"]
description = "As Close As Possible — nearest neighbor search in Rust."
edition = "2018"
keywords = ["ann", "knn", "nearest-neighbors"]
license = "MIT"
name = "acap"
readme = "README.md"
repository = "https://github.com/tavianator/acap"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]