//! Shared types and logic for Project Catalyst. //! //! This crate contains data structures and constants that are used by both //! the client and the server. pub mod world; pub mod generator;