Crate bk_tree [] [src]

Modules

metrics

This is a collection of string metrics that are suitable for use with a BK-tree.

Structs

BKNode

A node within the BK-tree.

BKTree

A representation of a BK-tree.

Find

Iterator for the results of BKTree::find.

Traits

Metric

A trait for a metric (distance function).