2 unstable releases

Uses old Rust 2015

0.2.0 May 29, 2019
0.1.0 Dec 2, 2017

#16 in #quad-tree

Download history 1640/week @ 2024-03-15 1786/week @ 2024-03-22 2124/week @ 2024-03-29 1311/week @ 2024-04-05 1158/week @ 2024-04-12 1879/week @ 2024-04-19 1580/week @ 2024-04-26 1315/week @ 2024-05-03 953/week @ 2024-05-10 1430/week @ 2024-05-17 1345/week @ 2024-05-24 1324/week @ 2024-05-31 1291/week @ 2024-06-07 1353/week @ 2024-06-14 1561/week @ 2024-06-21 860/week @ 2024-06-28

5,287 downloads per month
Used in 4 crates

MIT/Apache

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

~2.5MB
~63K SLoC