Crates.io | h3o-bit |
lib.rs | h3o-bit |
version | 0.1.2 |
created_at | 2023-09-01 22:20:57.464212+00 |
updated_at | 2025-08-19 12:26:46.48745+00 |
description | Low-level library for H3 indexes' bit twiddling. |
homepage | https://docs.rs/h3o-bit |
repository | https://github.com/HydroniumLabs/h3o-bit |
max_upload_size | |
id | 961228 |
size | 21,459 |
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.