[−][src]Crate acacia
A spatial tree library
Re-exports
pub use traits::*; |
pub use pure_tree::PureTree; |
pub use data_tree::Tree; |
pub use error::ConstructionError; |
Modules
data_tree | Implementation of tree with associated data. |
error | Error types. |
iter | Generic tree iterators. |
partition | Abstraction of spatial partitioning schemes |
pure_tree | Pure tree implementation. |
traits | Common abstractions for all trees |