Commit Graph

3 Commits

Author SHA1 Message Date
Stefano Amorelli
71a50a8b95 style: fix code formatting for CI
- Apply consistent formatting to examples
- Fix Error enum formatting in lib.rs
- Format if-else expressions properly
2025-08-16 17:36:06 +03:00
Stefano Amorelli
4d24b0c486 fix: update examples to match API
- Fix parse method name to parse_bytes
- Fix fact iteration pattern
- Simplify validation example
2025-08-16 17:29:20 +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