uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.84k stars 459 forks source link

Alternative implementation in Rust #744

Closed grim7reaper closed 1 year ago

grim7reaper commented 1 year ago

Hi,

I've just published a complete rewrite of H3 in Rust (on par with the 4.0 version). It comes with some bells and whistles (such as GeoJSON support) and a few optimizations (resulting in 2-digit speedup in some cases).

Should I make a PR to add it to the doc page that list the bindings? Or is it limited to bindings only?

isaacbrodsky commented 1 year ago

Hi -- this is very exciting to see. That page does include translations/ports (there's already a couple for C#), so happy to accept a PR to link to your translation to Rust.