Commit Graph

3 Commits

Author SHA1 Message Date
Stefano Amorelli
8b8c7d1c25 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
2025-08-17 13:55:07 +03:00
Stefano Amorelli
bb61efca48 fix: downgrade compact_str to 0.7 for CI compatibility
Resolves rustc version mismatch errors in CI pipeline
2025-08-17 13:48:48 +03:00
Stefano Amorelli
fd5b3a968d build: configure Cargo.toml for initial release
- Set version 0.1.0
- Add comprehensive metadata
- Configure features and dependencies
- Optimize release profile for performance
2025-08-16 17:22:13 +03:00