Modules§
Structs§
- Builder
- Builds a
Searcher
. - Location
- The location of a regex match.
- Rebaser
- Rebases and canonicalizes strings on top of a base path.
- Searcher
- Iterator (yielding
Location
objects) that searches for regex matches within a file tree.
Constants§
- SEARCH_
HIDDEN - Flag specifying that hidden files/directories should be searched.
- SINGLE_
MATCH - Flag specifying to only retrieve the first match per file.
- USE_
COLOR - Flag specifying that matches should be displayed in color.