//! A collection of map generators. //! //! The generators are implemented for the following types of maps: //! * Dungeon maps //! pub mod dungeon;