Docs.rs
bk-tree-0.5.0
bk-tree 0.5.0
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
eugene-bulkin
Dependencies
fnv ^1.0.7
normal
optional
serde ^1.0
normal
optional
triple_accel ^0.3.4
normal
bincode ^1.3
dev
rand ^0.3
dev
Versions
75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bk_tree
0.5.0
All Items
Crate Items
Modules
Structs
Traits
Crate
bk_tree
Copy item path
Source
Modules
§
metrics
This is a collection of string metrics that are suitable for use with a BK-tree.
Structs
§
BKTree
A representation of a
BK-tree
.
Find
Iterator for the results of
BKTree::find
.
Traits
§
Metric
A trait for a
metric
(distance function).