We are considering moving to rstar from our current solution (libspatialindex) for performance improvements. However we would need to implement a C api to interface rstar from our code. From a quick google it seems the best approach would be a separate crate e.g. rstar-capi containing the bindings so we could keep rstar safe (this is what e.g. https://github.com/rust-lang/regex do).
Is this something the maintainers are interested in? I would be happy to give this a go and make a PR if so.
We are considering moving to rstar from our current solution (libspatialindex) for performance improvements. However we would need to implement a C api to interface rstar from our code. From a quick google it seems the best approach would be a separate crate e.g.
rstar-capicontaining the bindings so we could keeprstarsafe (this is what e.g. https://github.com/rust-lang/regex do).Is this something the maintainers are interested in? I would be happy to give this a go and make a PR if so.