h3o-bit 0.1.2

Low-level library for H3 indexes' bit twiddling.
Documentation
  • Coverage
  • 100%
    14 out of 14 items documented0 out of 10 items with examples
  • Size
  • Source code size: 21.45 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 159.23 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • HydroniumLabs/h3o-bit
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • grim7reaper

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