2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#316 in Geospatial

Download history 1639/week @ 2024-09-17 2849/week @ 2024-09-24 3955/week @ 2024-10-01 3780/week @ 2024-10-08 4356/week @ 2024-10-15 3690/week @ 2024-10-22 3829/week @ 2024-10-29 3086/week @ 2024-11-05 3311/week @ 2024-11-12 4620/week @ 2024-11-19 3266/week @ 2024-11-26 3572/week @ 2024-12-03 3392/week @ 2024-12-10 2726/week @ 2024-12-17 1743/week @ 2024-12-24 3026/week @ 2024-12-31

11,649 downloads per month
Used in 9 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