EmilyMatt / mapping-rs

A collection of mapping suites and useful algorithms, implemented in pure Rust
MIT License
11 stars 3 forks source link

README fixes, KDTree improvements, PIP algorithm streamlining #74

Closed EmilyMatt closed 3 months ago

EmilyMatt commented 3 months ago

Remove unneeded pip functions. KDTree now implements Default instead of empty new() function, and also implements Clone and Debug