summaryrefslogtreecommitdiffstats
path: root/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix some clippy lintsTavian Barnes2021-10-121-0/+1
|
* knn: Move NearestNeighbor interfaces to a submoduleTavian Barnes2021-02-251-2/+8
|
* util: Add a wrapper to implement Ord on top of PartialOrdTavian Barnes2020-06-241-0/+54
This allows nearest neighbors implementations to sort things by distance or coordinate.