3 releases

Uses new Rust 2024

0.1.2 Aug 19, 2025
0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#328 in Geospatial

Download history 5146/week @ 2025-08-19 8911/week @ 2025-08-26 9614/week @ 2025-09-02 9326/week @ 2025-09-09 8940/week @ 2025-09-16 9214/week @ 2025-09-23 9206/week @ 2025-09-30 9655/week @ 2025-10-07 10825/week @ 2025-10-14 9496/week @ 2025-10-21 7975/week @ 2025-10-28 5339/week @ 2025-11-04 4932/week @ 2025-11-11 6614/week @ 2025-11-18 9397/week @ 2025-11-25 8300/week @ 2025-12-02

30,407 downloads per month
Used in 15 crates (3 directly)

BSD-3-Clause

11KB
168 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