#h3 #geospatial #spatial-index

no-std h3o-bit

Low-level library for H3 indexes' bit twiddling

2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#299 in Geospatial

Download history 608/week @ 2024-07-24 510/week @ 2024-07-31 655/week @ 2024-08-07 495/week @ 2024-08-14 754/week @ 2024-08-21 767/week @ 2024-08-28 1167/week @ 2024-09-04 1083/week @ 2024-09-11 1945/week @ 2024-09-18 2935/week @ 2024-09-25 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 2975/week @ 2024-11-06

15,498 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