Module rg::search

source ·

Structs

  • Config 🔒
    The configuration for the search worker. Among a few other things, the configuration primarily controls the way we show search results to users at a very high level.
  • The result of executing a search.
  • A worker for executing searches.
  • A builder for configuring and constructing a search worker.

Enums

Functions

  • Return the given duration as fractional seconds.
  • Search the contents of the given file path using the given matcher, searcher and printer.
  • Search the contents of the given reader using the given matcher, searcher and printer.