Crate b_k_tree

Source

Re-exports§

pub use map::BKTreeMap;
pub use set::BKTreeSet;

Modules§

map
provides a map data structure implemented using a bk tree
metrics
builtin discrete metrics for use with bk tree structures
set
provides a set data structure implemented using a bk tree

Traits§

DiscreteMetric
a discrete distance metric. It should obey the usual axioms of a metric space. An invalid metric will probably cause unexpected behaviors