georust / rstar

R*-tree spatial index for the Rust ecosystem
https://docs.rs/rstar
Apache License 2.0
384 stars 67 forks source link

Hash and Default impls, and some type coverage tests #150

Closed pthariensflame closed 6 months ago

pthariensflame commented 6 months ago

There are trivial additions that make some things easier (or sometimes possible at all). Fixes #148; fixes #149.