//! This is documentation for the `rusty_planner` crate.
/// some helper routines (not public)
/// Module with some generic traits used by various algorithms.
/// Module implementing the Anytime Dynamic A* algorithm.
/// Module implementing the D* lite algorithm.
/// Module implementing an iterative repair algorithm.
/// Module implementing a UCT style Monte-Carlo Tree Search algorithm.
/// Module implementing the Multi-Agent Distributed forward A* search algorithm.