//! Maze representations, builders, formatters, and supported algorithms for generating mazes
//!
//! Acts as a prelude module with all the imports that are necessary for generating and saving
//! mazes.
pub use *;
pub use OrthogonalMazeBuilder;
pub use ;
pub use MazeSaveError;
pub use OrthogonalMaze;