pub type RustCrateMap = HashMap<String, String>;Expand description
Maps Rust crate names (underscored, e.g. ucm_graph_core) to their src/
directory paths relative to the scan root (e.g. ucm-core/src).
Built by the CLI scanner from workspace Cargo.toml files.
Aliased Typeยง
pub struct RustCrateMap { /* private fields */ }