Commit Graph

5 Commits

Author SHA1 Message Date
Stefano Amorelli
7bb474be1f test: add sample SEC EDGAR XBRL fixture
- Example SEC filing structure with DEI facts
- Financial statement facts (revenue, assets, etc.)
- Multiple contexts and units
- Used for testing and examples
2025-08-16 17:22:00 +03:00
Stefano Amorelli
34cc3712b8 ci: add release workflow for crates.io publishing
- Automated publishing to crates.io on version tags
- Cross-platform binary builds
- GitHub release creation with artifacts
- Manual workflow dispatch support
2025-08-16 17:21:41 +03:00
Stefano Amorelli
765337f89d ci: add comprehensive CI workflow
- Test on multiple platforms (Linux, Windows, macOS)
- Run on stable and beta Rust
- Include formatting and clippy checks
- Add code coverage with cargo-llvm-cov
- Security audit with cargo-audit
2025-08-16 17:21:29 +03:00
Stefano Amorelli
a229fc1f53 docs: add CITATION.cff for academic citations
- Add citation metadata following CFF v1.2.0 standard
- Include author information with ORCID
- Add project metadata and keywords
2025-08-16 17:21:23 +03:00
Stefano Amorelli
6ae9cafbf0 fix: remove unused imports and variables
- Remove unused NonZeroU16 import from model.rs
- Remove unused Error import from simple_parser.rs
- Remove unused CompactString and HashMap imports from validator.rs
- Fix unused 'end' variable warning in validator.rs
- Add allow(dead_code) attributes for unused fields
2025-08-16 17:21:07 +03:00