2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#224 in Geospatial

Download history 249/week @ 2024-03-16 487/week @ 2024-03-23 379/week @ 2024-03-30 477/week @ 2024-04-06 460/week @ 2024-04-13 465/week @ 2024-04-20 373/week @ 2024-04-27 392/week @ 2024-05-04 505/week @ 2024-05-11 447/week @ 2024-05-18 377/week @ 2024-05-25 302/week @ 2024-06-01 513/week @ 2024-06-08 723/week @ 2024-06-15 572/week @ 2024-06-22 198/week @ 2024-06-29

2,054 downloads per month
Used in 8 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