ext/h3/src/docs/community/bindings.md in h3-3.6.2 vs ext/h3/src/docs/community/bindings.md in h3-3.7.1

- old
+ new

@@ -1,11 +1,11 @@ # Bindings As a C library, bindings can be made to call H3 functions from different programming languages. This page lists different bindings currently available. Contributions to this list are welcome, please feel free to open a [pull request](https://github.com/uber/h3/tree/master/docs/community/bindings.md). ## BigQuery - + - [cartodb/bigquery-jslibs](https://github.com/CartoDB/bigquery-jslibs) ## C# - [entrepreneur-interet-general/h3.standard](https://github.com/entrepreneur-interet-general/H3.Standard) @@ -32,10 +32,11 @@ ## JavaScript - [uber/h3-js](https://github.com/uber/h3-js) - [dfellis/h3-node](https://github.com/dfellis/h3-node) +- [realPrimoh/h3-reactnative](https://github.com/realPrimoh/h3-reactnative) ## Julia - [wookay/H3.jl](https://github.com/wookay/H3.jl) @@ -62,5 +63,10 @@ - [crazycapivara/h3-r](https://github.com/crazycapivara/h3-r) ## Ruby - [StuartApp/h3_ruby](https://github.com/StuartApp/h3_ruby) + +## Rust + +- [rustyconover/libh3-sys](https://github.com/rustyconover/libh3-sys) +- [rustyconover/libh3](https://github.com/rustyconover/libh3)