2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#181 in Geospatial

Download history 138/week @ 2024-01-15 117/week @ 2024-01-22 127/week @ 2024-01-29 347/week @ 2024-02-05 224/week @ 2024-02-12 502/week @ 2024-02-19 369/week @ 2024-02-26 543/week @ 2024-03-04 467/week @ 2024-03-11 256/week @ 2024-03-18 526/week @ 2024-03-25 385/week @ 2024-04-01

1,676 downloads per month
Used in 7 crates (3 directly)

BSD-3-Clause

11KB
166 lines

h3o-bit — bit twiddling for H3 indexes

Crates.io Docs.rs CI Status Coverage License

This is a low-level library that assumes that you know what you're doing (there are no guardrails: garbage-in, garbage-out).

Unless you're implementing algorithms/data structures for H3 indexes, you should be using h3o.

This crate is mostly for sharing low-level primitives between the h3o crates, thus the API is enriched on a need basis.

License

BSD 3-Clause

No runtime deps