Crate acacia

Source
Expand description

A spatial tree library

Re-exports§

pub use pure_tree::PureTree;
pub use data_tree::Tree;
pub use error::ConstructionError;
pub use traits::*;

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