maze_rs 1.0.0

a simple maze game in rust
Documentation
//! Modules for the project

pub mod core;
pub mod error;
pub mod ds;
pub mod io;
pub mod graphics;
pub mod helper;