Crate maze_rs

Source
Expand description

Modules for the project

Modulesยง

core
This module contains the core functionality of the project: Maze Generation and Maze Solving algorithms.
ds
This module contains the essential data structures used by the Maze project The basic graph types are contained in a submodule, graphs.
error
This module provides the error-handling framework for the whole project.
graphics
This module handles all the screen rendering functionality used both for generating the maze, as well as solving it.
helper
This module contains common helper functions.
io
This module provides IO functionality for the whole project.