summaryrefslogtreecommitdiffstats
path: root/src/exhaustive.rs
Commit message (Expand)AuthorAgeFilesLines
* knn: Move NearestNeighbor interfaces to a submoduleTavian Barnes2021-02-251-3/+3
* exhaustive: Add a non-consuming iter()Tavian Barnes2021-02-241-3/+37
* exhaustive: Add a wrapper type for IntoIteratorTavian Barnes2021-02-241-9/+13
* kd: Use a more traditional k-d tree implementationTavian Barnes2020-07-061-2/+2
* docs: Update some linksTavian Barnes2020-06-271-1/+1
* exhaustive: Implement an exhaustive search indexTavian Barnes2020-06-241-0/+89