docs.rs failed to build n-tree-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

N-Tree

A quadtree-like structure of arbitrary arity

Overview

Provides the Region trait and NTree type, usable for quickly indexing data based on multiple attributes and finding nearest neighbors by many metrics, such as 3-dimensional collision detection.

Examples

See the test fixtures for an example quadtree implementation created as a simple specialization of n-tree.