Crate maze_rs[][src]

Expand description

Modules for the project

Modules

This module contains the core functionality of the project: Maze Generation and Maze Solving algorithms.

This module contains the essential data structures used by the Maze project The basic graph types are contained in a submodule, graphs.

This module provides the error-handling framework for the whole project.

This module handles all the screen rendering functionality used both for generating the maze, as well as solving it.

This module contains common helper functions.

This module provides IO functionality for the whole project.