Docs.rs
kd-tree-0.6.1
kd-tree 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
u1roh
Dependencies
nalgebra ^0.33.2
normal
optional
num-traits ^0.2.17
normal
ordered-float ^5.0.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.9.1
dev
serde_json ^1.0
dev
Versions
30.26%
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
kd_tree
0.6.1
KdTree6
Aliased Type
In crate kd_
tree
kd_tree
Type Alias
KdTree6
Copy item path
Source
pub type KdTree6<T> =
KdTreeN
<T,
U6
>;
Aliased Type
ยง
pub struct KdTree6<T>(
/* private fields */
);