georust / rstar

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

RFC: Use extension trait to simplify combinator usage. #123

Open adamreichold opened 1 year ago

adamreichold commented 1 year ago

Not sure if this is worth the extra boiler plate, but it would be consistent with how e.g. std's Iterator-related combinators are typically accessed.