2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#13 in #h3

Download history 4417/week @ 2024-10-02 3629/week @ 2024-10-09 3951/week @ 2024-10-16 3968/week @ 2024-10-23 3705/week @ 2024-10-30 2991/week @ 2024-11-06 3529/week @ 2024-11-13 4621/week @ 2024-11-20 3395/week @ 2024-11-27 3351/week @ 2024-12-04 3306/week @ 2024-12-11 2493/week @ 2024-12-18 1760/week @ 2024-12-25 5003/week @ 2025-01-01 5745/week @ 2025-01-08 4215/week @ 2025-01-15

17,050 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