2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#14 in #h3

Download history 4631/week @ 2024-11-16 3023/week @ 2024-11-23 3736/week @ 2024-11-30 3518/week @ 2024-12-07 3116/week @ 2024-12-14 1439/week @ 2024-12-21 3382/week @ 2024-12-28 6102/week @ 2025-01-04 5499/week @ 2025-01-11 5694/week @ 2025-01-18 3820/week @ 2025-01-25 4766/week @ 2025-02-01 6736/week @ 2025-02-08 3038/week @ 2025-02-15 3838/week @ 2025-02-22 5598/week @ 2025-03-01

20,572 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