Module commands

Module commands 

Source
Expand description

This module contains the command pattern implementation for the game.

Re-exports§

pub use challenge_command::ChallengeCommand;
pub use command::Command;
pub use command::CommandTrait;
pub use command_bus::CommandBus;
pub use command_type::CommandType;
pub use game_command::GameCommand;
pub use error::*;

Modules§

challenge_command
This module contains the implementation of challenge-level commands.
command
This module defines the core command structure and traits for the game.
command_bus
command_type
error
game_command
This module contains the implementation of game-level commands.
parse