Docs.rs
walky-1.1.0
walky 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lquenti
johann-cm
Dependencies
clap ^4.2.5
normal
delegate ^0.9.0
normal
lazy_static ^1.4.0
normal
mpi ^0.6
normal
optional
nalgebra ^0.32
normal
ordered-float ^3.7.0
normal
priority-queue ^1.3.1
normal
quick-xml ^0.28.2
normal
rand ^0.8
normal
rayon ^1.7.0
normal
rustc-hash ^1.1.0
normal
serde ^1.0.160
normal
approx ^0.5.1
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.0.0
dev
Versions
85.34%
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
Path
walky
1.1.0
Path
Aliased Type
In walky::
datastructures
walky
::
datastructures
Type Alias
Path
Copy item path
Source
pub type Path =
Vec
<
usize
>;
Expand description
Represents a path in a graph.
Aliased Type
ยง
pub struct Path {
/* private fields */
}