Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.24 KB

UNMAINTAINED: This project is no longer under development. Please feel free to browse, fork, reuse these FFI bindings for other projects.

h3-rs: Rust Bindings to h3

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.

Installation

h3-rs is available on crates.io available for installation from source. First, checkout this repo:

$ git clone git@github.com: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.

License

Copyright (c) 2016-2020 Uber Technologies, Inc. Copyright (c) 2020 Bhaskar Mookerji

Distributed under the Apache License 2.0