Expand description
CLI TOOL FOR SEARCHING FILE PATHS A CLI tool for efficiently searching file paths in parallel
This crate provides functionality to:
- Search files using regex patterns
- Filter system paths
- Handle both Unix and Windows paths
- Process directories in parallel
Structs§
- Into
Iter - An owning iterator over messages on a
Receiver, created byinto_iter. - OsString
- A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.
- Search
Config
Enums§
Constants§
Functions§
- build_
regex - find_
files - Examples
- find_
files_ iter - Creates an iterator over files matching the given search configuration.
- process_
glob_ regex - unbounded
- Creates a new asynchronous channel, returning the sender/receiver halves.