summaryrefslogtreecommitdiffstats
path: root/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.