Expand description
Shared CLI engine for candle-graph and cargo-candle-graph.
Structs§
- Analyze
Request - Inputs for a unified-model scan.
- Audit
Bundle - Bundle written by
--audit-dir/cargo candle-graph audit. - Model
Run - One invocation of the shared model-mode engine.
Enums§
- Output
Format - Output format for model IR / query responses.
- Report
Mode - How to render analyzed model facts.
Functions§
- analyze_
model - Analyze a crate into the unified model IR, optionally reusing a disk cache.
- render_
report - Render a report from an already-analyzed model.
- resolve_
package_ path - Resolve a package path from an optional directory / manifest path.
- run_
model - Run a full model-mode invocation: analyze, optional baseline, report, diagnostics, exit policy.
- write_
output