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