good first issuepriority: high
Repository-Metriken
- Stars
- (3 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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