6 releases (2 stable)
1.0.1 | May 3, 2024 |
---|---|
0.2.0-rc2 | Sep 27, 2016 |
0.2.0-rc1 | Jul 30, 2016 |
0.1.1 | Jul 7, 2016 |
0.1.0 | Jun 28, 2016 |
#641 in Algorithms
42 downloads per month
97KB
2.5K
SLoC
spatial-rs
N-Dimensional Spatial Tree implementations library for Rust
Currently only implements R* Tree, but I'm trying to keep it generic enough where most spatial trees can be supported in a single interface.
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.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Spatial Trees
Dependencies
~1MB
~20K SLoC