Docs.rs
rshyper-algo-0.1.8
rshyper-algo 0.1.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
hashbrown ^0.15
normal
num-traits ^0.2
normal
ordered-float ^5
normal
optional
rayon-core ^1
normal
optional
rshyper-core ^0.1.8
normal
scsys ^0.3.0
normal
serde ^1
normal
optional
serde_derive ^1
normal
optional
strum ^0.27
normal
thiserror ^2
normal
tracing ^0.1
normal
optional
Versions
86.09%
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
Module astar
rshyper_
algo
0.1.8
Module astar
Module Items
Structs
In crate rshyper_
algo
rshyper_algo
Module
astar
Copy item path
Source
Expand description
this module implements the A* search algorithm
Structs
ยง
AStar
Search
An A* Search algorithm implementation for hypergraphs
Priority
Node
Priority queue node for A* algorithm