spaceindex
spaceindex is a tool for building r-trees.


- API Documentation
- Cargo package: spaceindex
Installation
Add this to your Cargo.toml:
[]
= "0.2.1"
Basic Usage
To create a new RTree, use:
use RTree;
// Creates a 2-dimensional RTree
let mut rtree = new;
// Insert a region into the tree
rtree.insert.expect;
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.