Modules§
- cfg_
parse - cli
- code
- Pre-crafted tree-sitter code lookup by item kind and name.
- cross_
crate - Cross-crate module following for facade crates.
- examples
- Example/test/bench source file scanning and grep rendering.
- features
- lsp
- LSP daemon management for semantic code analysis via rust-analyzer.
- model
- remote
- render
- resolve
- rustdoc_
json - search
- Search mode: find leaf items by name across the entire crate.
- summary
- ts
- Tree-sitter structural query execution against crate source files.
Functions§
- clean_
cache - Clean cached remote crate workspaces. Empty spec = all.
- run_
api_ pipeline - Run the API extraction pipeline and return the rendered output string.
- run_
code_ pipeline - Run the code lookup pipeline and return the rendered output string.
- run_
examples_ pipeline - Run the examples pipeline and return the rendered output string.
- run_
features_ pipeline - Run the features pipeline and return the rendered feature graph.
- run_
lsp_ command - Run an LSP daemon management command (touch/stop/status).
- run_
search_ pipeline - Run the search pipeline and return the rendered output string.
- run_
summary_ pipeline - Run the summary pipeline and return the rendered output string.
- run_
ts_ pipeline - Run the tree-sitter query pipeline and return the rendered output string.