2 releases

0.1.1 Jan 27, 2024
0.1.0 Sep 1, 2023

#277 in Geospatial

Download history 417/week @ 2024-06-06 717/week @ 2024-06-13 561/week @ 2024-06-20 565/week @ 2024-06-27 454/week @ 2024-07-04 683/week @ 2024-07-11 696/week @ 2024-07-18 631/week @ 2024-07-25 519/week @ 2024-08-01 584/week @ 2024-08-08 575/week @ 2024-08-15 700/week @ 2024-08-22 747/week @ 2024-08-29 1298/week @ 2024-09-05 1182/week @ 2024-09-12 1669/week @ 2024-09-19

4,974 downloads per month
Used in 8 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