Crate scanit

Source
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§

IntoIter
An owning iterator over messages on a Receiver, created by into_iter.
OsString
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.
SearchConfig

Enums§

ScanError

Constants§

AVOID
START_PREFIX

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.

Type Aliases§

BoxBytes