moore-hilbert 0.1.1

A safe Rust binding to Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries
Documentation
[package]
name = "moore-hilbert"
version = "0.1.1"
authors = ["Rusty Conover <rusty@conover.me>"]
edition = "2018"
description = "A safe Rust binding to Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries"
keywords = ["hilbert", "hilbert-curve"]
license = "MIT"
repository = "https://github.com/rustyconover/moore-hilbert.git"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moore-hilbert-sys = "0.1.0"