Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: split search module into smaller components
Split search.rs into smaller, focused modules:\n- matcher.rs: Pattern matching strategies\n- processor.rs: File processing logic\n- engine.rs: Main search coordination\n- mod.rs: Public API\n\nThis improves code organization and maintainability while maintaining backward compatibility by only exposing the search function.
- Loading branch information