Commit Graph

5 Commits

Author SHA1 Message Date
Stefano Amorelli
f29f1203aa style: fix formatting 2025-08-17 14:03:42 +03:00
Stefano Amorelli
12706424e3 fix: update benchmarks to use available test fixtures
- Add parse_str method to Parser
- Update benchmark to use existing fixtures or minimal inline XBRL
- Remove unused crabrl_bench.rs
2025-08-17 14:01:09 +03:00
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