Zdex

Evaluate Z-order indexing for types, iterators, and tuples of BitCollections.
See also morton_encoding.
Example
Here's a basic example using the built-in FromU8 BitCollection - see more
examples in the docs.
use *;
Todo
- docs example: custom BitCollections
- docs example: practical example with z-order index ranges
- docs example: manipulating result vob
- docs quality: rustdoc + docs.rs link
- key feature: z-indexes over heterogeneous
BitCollections - key feature:
is_relevantandnext_jump_in - feature: iterator over sub-ranges (Page Jump Querying heuristic)
- docs metadata: crates.io tags
- code quality: rustfmt + clippy