space-search 7.0.0

A library providing basic generic depth-first, breadth-first, heuristic-guided, and A* search space exploration algorithms.
Documentation
1
2
3
4
//! Module containing all unguided, solution-only yielding search managers.

pub mod hashable;
pub mod unhashable;