summaryrefslogtreecommitdiff
path: root/crates/utils/string_proc
AgeCommit message (Collapse)Author
2025-11-07Add path formatting utility and local sheet management魏曹先生
- Implement format_path_str function to clean and normalize file paths - Add LocalSheet struct for tracking local file metadata - Support CRUD operations on local sheet mappings - Integrate path formatting into local sheet operations
2025-11-07Add strip-ansi-escapes dependency to string_proc魏曹先生
2025-09-26refactor: Update sheet input handling and fix tests魏曹先生
- Modify Sheet::add_input to accept InputPackage instead of separate parameters - Use output_mappings method to generate InputPackage in tests - Update test assertions to match new path transformation logic - Fix mapping count assertions after adding multiple mappings - Clean up string_proc module structure
2025-09-25Fixed by Clippy魏曹先生
2025-09-20Add string_proc util crates魏曹先生