georust / rstar

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

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

Closed pthariensflame closed 10 months ago

pthariensflame commented 10 months ago

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