Rust implementation of Quadtree
Find a file
2026-03-11 17:47:46 +01:00
src 💡 Initiate doc and Licence 2026-03-11 17:47:46 +01:00
tests Allow to lookup point in sub region and leaf 2026-03-11 17:39:07 +01:00
.gitignore Initial commit 2026-03-11 00:45:49 +01:00
Cargo.lock Initial commit 2026-03-11 00:45:49 +01:00
Cargo.toml Initial commit 2026-03-11 00:45:49 +01:00
LICENSE.md 💡 Initiate doc and Licence 2026-03-11 17:47:46 +01:00
README.md 💡 Initiate doc and Licence 2026-03-11 17:47:46 +01:00

Quadtree

This repository had been develop as a POC to write the structure for spacial lookup using Rust. It's not production ready, use it at your own risk.


Features

Currently, you should insert Point and lookup same giving a Region selector and a Point Evaluator.