Rust implementation of Quadtree
- Rust 100%
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.md | ||
| README.md | ||
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.