good first issuepriority: high
倉庫指標
- Star
- (3 star)
- PR 合併指標
- (PR 指標待抓取)
描述
Description
Apply consistent formatting across the entire codebase using cargo fmt.
Tasks
- Run
cargo fmt - Verify all files are formatted
- Update CI to enforce formatting
Acceptance Criteria
- All code follows rustfmt standards
- CI fails on formatting violations