#spatial #geospatial #h3

sys h3ron-h3-sys

bindgen-generated lowlevel bindings for statically linked libh3

17 releases (11 breaking)

3.7.1 Jan 9, 2021
0.17.0 Dec 16, 2023
0.16.0 Jan 19, 2023
0.15.2 Oct 25, 2022
0.8.1 Mar 30, 2021

#12 in #h3

Download history 9/week @ 2023-12-18 2/week @ 2024-01-01 3/week @ 2024-01-08 10/week @ 2024-01-15 53/week @ 2024-01-22 3/week @ 2024-02-12 93/week @ 2024-02-19 91/week @ 2024-02-26 25/week @ 2024-03-04 49/week @ 2024-03-11 25/week @ 2024-03-18 35/week @ 2024-03-25 100/week @ 2024-04-01

215 downloads per month
Used in 8 crates (2 directly)

MIT license

320KB
5.5K SLoC

C 4.5K SLoC // 0.4% comments Rust 838 SLoC // 0.0% comments

h3ron-h3-sys

Latest Version Documentation

bindgen-generated rust bindings for H3

Changelog

These bindings are basically just the autogenerated bindings emitted by bindgen. The bindings compile using the included (referenced via a git submodule) H3 source code. H3 will be statically linked into the binary, so there is no need to install a system-wide libh3.


lib.rs:

Low-level bindings to H3

This crate includes the C sources for libh3, so compiling it requires a C toolchain.

Dependencies

~0–700KB
~13K SLoC