Docs.rs
seeker-0.1.0
seeker 0.1.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
jmdha
Dependencies
anyhow ^1.0.86
normal
clap ^4.5.1
normal
fxhash ^0.2.1
normal
humantime ^2.1.0
normal
indexmap ^2.2.6
normal
memory-stats ^1.1.0
normal
pddllib ^0.1.12
normal
pddlp ^0.1.4
normal
serde ^1.0.192
normal
rstest ^0.18.2
dev
Versions
6.06%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
seeker
0.1.0
Crate Items
Structs
Enums
Traits
Functions
Type Aliases
List of all items
Structs
heuristic::Heuristic
search::gbfs::GBFS
search::lgbfs::LGBFS
Enums
heuristic::HeuristicKind
search::Error
search::SearchKind
Traits
search::SearchAlgorithm
Functions
heuristic::constant::estimate
heuristic::goal_count::estimate
search::generate
search::solve
Type Aliases
search::Result