Skip to main content

Crate cargo_brief

Crate cargo_brief 

Source

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.