Docs.rs
pathfinding-4.14.0
pathfinding 4.14.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Repository
crates.io
Source
Owners
samueltardieu
Dependencies
deprecate-until ^0.1.1
normal
indexmap ^2.5.0
normal
integer-sqrt ^0.1.5
normal
num-traits ^0.2.19
normal
rustc-hash ^2.0.0
normal
thiserror ^2.0.0
normal
codspeed-criterion-compat ^2.7.2
dev
itertools ^0.14.0
dev
lazy_static ^1.5.0
dev
movingai ^1.3.1
dev
noisy_float ^0.2.0
dev
rand ^0.8.5
dev
rand_xorshift ^0.3.0
dev
regex ^1.10.6
dev
trybuild ^1.0.99
dev
version_check ^0.9.5
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module yen
pathfinding
4.14.0
Module yen
Module Items
Functions
In pathfinding::
directed
pathfinding
::
directed
Module
yen
Copy item path
Source
Expand description
Compute k-shortest paths using
Yen’s search algorithm
.
Functions
§
yen
Compute the k-shortest paths using the
Yen’s search algorithm
.