refactor(engine): split hud_plugin runtime code into submodules #128
Reference in New Issue
Block a user
Delete Branch "refactor/hud-plugin-submodules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Continues #118 after PR #127:
hud_plugin/mod.rs(2,725 lines) becomes five focused submodules.Moved items are
pub(super);fxis re-exportedpubbecauseHudActionFadeandformat_time_limithave consumers outside the module. Code moved verbatim — no behaviour change; all 44 hud tests pass unchanged (one test import added after the move).cargo clippy --workspace -- -D warningscleancargo test --workspacegreenRemaining on #118: card_plugin (2,536) runtime split.
Refs #118
🤖 Generated with Claude Code