π Bug Fixes & Code Quality
This patch release focuses on code quality improvements and bug fixes:
Fixed
- Formatting: Resolved all code formatting issues to ensure consistent style
- Clippy warnings: Fixed clippy
print_literalwarning in main.rs - Test completeness: Added missing
fastfield to Args struct in test files
Improved
- All code now follows proper Rust formatting standards
- Clean clippy analysis with zero warnings
- All 140+ tests passing successfully
Technical Details
- Fixed clippy warning about literal strings in print macros
- Ensured all Args struct initializations include all required fields
- Applied consistent code formatting across the entire codebase
Full Changelog: v0.1.1...v0.1.2