2 unstable releases
Uses old Rust 2015
0.2.0 | May 29, 2019 |
---|---|
0.1.0 | Dec 2, 2017 |
#2232 in Data structures
10,716 downloads per month
Used in 4 crates
24KB
568 lines
A simple spacial partitioning data structure that allows fast queries for 2-dimensional objects.
As the name implies, the tree is a mapping from axis-aligned-bounding-box => object.
Dependencies
~3MB
~66K SLoC