free-rusty-maker/src/lib.rs

7 lines
151 B
Rust

#![warn(missing_docs)]
//! This crates contains the (future) rusty game.
/// This module contains all the tools needed for the game.
pub mod engine;