vpsearch-0.4.0 has been yanked.
Visit the last successful build:
vpsearch-2.1.0
VP-tree nearest neighbor search
A relatively simple and readable Rust implementation of Vantage Point tree search algorithm.
The VP tree algorithm doesn't need to know coordinates of items, only distances between them. It can efficiently search multi-dimensional spaces and abstract things as long as you can define similarity between them (e.g. points, colors, and even images).
Please see lib.rs for details.
extern crate vpsearch;