2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#3 in #h3-index

Download history 3392/week @ 2024-12-10 2726/week @ 2024-12-17 1743/week @ 2024-12-24 4419/week @ 2024-12-31 5512/week @ 2025-01-07 5351/week @ 2025-01-14 5862/week @ 2025-01-21 3429/week @ 2025-01-28 5784/week @ 2025-02-04 5839/week @ 2025-02-11 3161/week @ 2025-02-18 4424/week @ 2025-02-25 5535/week @ 2025-03-04 5052/week @ 2025-03-11 6522/week @ 2025-03-18 3594/week @ 2025-03-25

22,053 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