//! 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.
#[macro_use]pubmodtrace;pubmodcli;pubmodcore;pubmodindex;pubmodlang;pubmodsearch;pubmodstore;