2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#312 in Geospatial

Download history 725/week @ 2024-08-26 1080/week @ 2024-09-02 1087/week @ 2024-09-09 1678/week @ 2024-09-16 2541/week @ 2024-09-23 3672/week @ 2024-09-30 3859/week @ 2024-10-07 4407/week @ 2024-10-14 3668/week @ 2024-10-21 3966/week @ 2024-10-28 3282/week @ 2024-11-04 2996/week @ 2024-11-11 4714/week @ 2024-11-18 3167/week @ 2024-11-25 3527/week @ 2024-12-02 3638/week @ 2024-12-09

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