UNMAINTAINED: This project is no longer under development. Please feel free to browse, fork, reuse these FFI bindings for other projects.
Rust bindings to H3, a C library for hexagonal, hierarchical
geospatial indexing. h3-rs
interoperates between GeoJSON types defined the
geo-types
crate
This is experimental, in-progress software.
h3-rs
is available on crates.io available for installation
from source. First, checkout this repo:
$ git clone [email protected]:mookerji/h3-rs.git
$ git checkout tags/v0.1.0
Assuming that your downstream project repo and h3-rs
are in the same repo, add
to your Cargo.toml
:
[dependencies]
h3-rs = { version = "0.1.0", path = "../h3-rs" }
h3-rs
requires that you already have h3
and its headers installed on your
system. Follow those instructions from h3.
Copyright (c) 2016-2020 Uber Technologies, Inc. Copyright (c) 2020 Bhaskar Mookerji
Distributed under the Apache License 2.0