//! Domain definitions and implementation of common chat logic. pub mod player; pub mod repo; pub mod room; mod prelude; mod table;