Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add explicit '_ lifetimes to generic types | Tavian Barnes | 2021-10-21 | 1 | -1/+1 |
* | Fix some clippy lints | Tavian Barnes | 2021-10-12 | 1 | -1/+1 |
* | exhaustive: Derive Clone | Tavian Barnes | 2021-07-04 | 1 | -1/+1 |
* | knn: Move NearestNeighbor interfaces to a submodule | Tavian Barnes | 2021-02-25 | 1 | -3/+3 |
* | exhaustive: Add a non-consuming iter() | Tavian Barnes | 2021-02-24 | 1 | -3/+37 |
* | exhaustive: Add a wrapper type for IntoIterator | Tavian Barnes | 2021-02-24 | 1 | -9/+13 |
* | kd: Use a more traditional k-d tree implementation | Tavian Barnes | 2020-07-06 | 1 | -2/+2 |
* | docs: Update some links | Tavian Barnes | 2020-06-27 | 1 | -1/+1 |
* | exhaustive: Implement an exhaustive search index | Tavian Barnes | 2020-06-24 | 1 | -0/+89 |