morton-encoding 2.0.1

A crate for encoding and decoding Morton ("Z-order") keys.
Documentation
[dependencies.num]
version = "0.2"

[dependencies.num-traits]
version = "0.2"
[dev-dependencies.rand]
version = "0.8"

[features]
default = ["std"]
std = []

[package]
authors = ["froderick <velona@ahiru.eu>"]
categories = ["algorithms"]
description = "A crate for encoding and decoding Morton (\"Z-order\") keys."
documentation = "https://docs.rs/morton-encoding/"
edition = "2018"
homepage = "https://github.com/DoubleHyphen/morton-encoding"
keywords = ["Z-order", "fractal", "curve", "Morton"]
license = "MIT OR Apache-2.0"
name = "morton-encoding"
readme = "README.md"
repository = "https://github.com/DoubleHyphen/morton-encoding"
version = "2.0.1"