Commit Graph

3 Commits

Author SHA1 Message Date
Stefano Amorelli
3c1519e405 style: apply rustfmt to entire codebase
- Fix all formatting issues for CI compliance
- Consistent code style across all files
- Proper struct/enum formatting
- Fixed import ordering
2025-08-17 13:41:00 +03:00
Stefano Amorelli
b7a229ead9 style: fix formatting for rustfmt compliance
- Add trailing newlines to all source files
- Remove extra blank lines
- Simplify closure formatting in benchmarks
2025-08-16 17:43:01 +03:00
Stefano Amorelli
46ecbd2635 feat: implement CLI for XBRL parsing and validation
- Parse command with optional stats flag
- Validate command with SEC EDGAR profile support
- Benchmark command for performance testing
- Colored output for better UX
2025-08-16 17:25:06 +03:00