Docs.rs
mapping-algorithms-0.1.0
mapping-algorithms 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
EmilyMatt
Dependencies
log ^0.4.25
normal
nalgebra ^0.33.2
normal
num-traits ^0.2.19
normal
paste ^1.0.15
normal
optional
rand ^0.8.5
normal
thiserror ^2.0.11
normal
optional
tracing ^0.1.41
normal
optional
bindgen ^0.71.1
build
optional
cc ^1.2.10
build
optional
Versions
100%
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
mapping_
algorithms
0.1.0
Module kd_tree
Module Items
Structs
In crate mapping_
algorithms
mapping_algorithms
Module
kd_tree
Copy item path
Source
Expand description
A K-Dimensional Tree data structure, useful for various geo-spatial computations.
Structs
§
KDTree
The Actual K-Dimensional Tree struct, contains it’s first node.