//! Demo file parsing and command handling.
//!//! This module provides the main [`Parser`] for reading Deadlock demo files,
//! along with command type definitions and header structures.
modcommand;pubmoddecode;modparser;pubusecommand::{CmdHeader, EDemoCommands, SvcMessages, command_name};pubusedecode::decode_event_payload;pubuseparser::{Context, GameEvent, MessageInfo, Parser};