Skip to main content

Crate reference_query

Crate reference_query 

Source
Expand description

rq — a code navigation engine.

The goal is to reach the file, symbol, or definition a developer is most likely looking for as fast as possible — not to enumerate every match. See docs/ARCHITECTURE.md for the design these modules implement.

Modules§

cli
Command-line surface. Search is the default action: rq <query>.

Macros§

trace
Emit a trace line to stderr (prefixed rq:), only when enabled.