fix: replace compact_str with String to resolve CI issues

- Remove compact_str dependency completely
- Replace all CompactString usage with standard String
- Fix all clippy warnings (Default impls, if let, type alias)
- Tests and library build successfully
This commit is contained in:
Stefano Amorelli
2025-08-17 13:55:07 +03:00
parent bb61efca48
commit 8b8c7d1c25
5 changed files with 92 additions and 96 deletions

View File

@@ -12,7 +12,6 @@ categories = ["parser-implementations", "finance", "command-line-utilities"]
[dependencies]
# Core
quick-xml = "0.36"
compact_str = "0.7"
chrono = "0.4"
# Performance