static_aabb2d_index 0.2.0

Fast static spatial index data structure for 2D axis aligned bounding boxes
Documentation
[[bench]]
harness = false
name = "bench_static_aabb2d_index"
[dependencies.num-traits]
version = "0.2.14"
[dev-dependencies.criterion]
version = "0.3"

[features]
allow_unsafe = []

[package]
authors = ["Buck McCready <jbuckmccready@gmail.com>"]
categories = ["algorithms", "data-structures", "graphics", "mathematics"]
description = "Fast static spatial index data structure for 2D axis aligned bounding boxes"
edition = "2018"
keywords = ["algorithm", "2d", "computational", "geometry", "spatial"]
license = "MIT OR Apache-2.0"
name = "static_aabb2d_index"
repository = "https://github.com/jbuckmccready/static_aabb2d_index"
version = "0.2.0"