lindel 0.1.1

A crate for Hilbert and Morton encoding and decoding; in a word, linearising and delinearising.
Documentation
[dependencies.morton-encoding]
default-features = false
version = "^2"

[dependencies.nalgebra]
optional = true
version = "0.25"

[dependencies.num]
version = "0.2"

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

[features]
default = ["std"]
nalg = ["nalgebra"]
std = []

[package]
authors = ["froderick <velona@ahiru.eu>"]
categories = ["algorithms"]
description = "A crate for Hilbert and Morton encoding and decoding; in a word, linearising and delinearising."
documentation = "https://docs.rs/lindel/"
edition = "2018"
homepage = "https://github.com/DoubleHyphen/lindel"
keywords = ["Z-order", "fractal", "curve", "Morton", "Hilbert"]
license = "MIT OR Apache-2.0"
name = "lindel"
readme = "README.md"
repository = "https://github.com/DoubleHyphen/lindel"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true