A spatial tree library
pub use pure_tree::PureTree;
pub use data_tree::Tree;
pub use error::ConstructionError;
pub use traits::*;