Docs.rs
kd-tree-0.6.0
kd-tree 0.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
u1roh
Dependencies
nalgebra ^0.32.3
normal
optional
num-traits ^0.2.17
normal
ordered-float ^4.2.0
normal
paste ^1.0.14
normal
rayon ^1.10.0
normal
optional
serde ^1.0.195
normal
optional
typenum ^1.17.0
normal
criterion ^0.5.1
dev
fux_kdtree ^0.2.0
dev
kdtree ^0.7.0
dev
rand ^0.8.5
dev
serde_json ^1.0
dev
Versions
30.26%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kd_tree
0.6.0
KdTree
Aliased Type
In crate kd_
tree
kd_tree
Type Alias
KdTree
Copy item path
Source
pub type KdTree<T> =
KdTreeN
<T, <T as
KdPoint
>::
Dim
>;
Aliased Type
ยง
struct KdTree<T>(
/* private fields */
);