Expand description
Workspace analysis using cargo metadata
This module uses cargo metadata to understand the project structure,
including workspace members, dependencies, and module organization.
Structs§
- Crate
Info - Information about a crate in the workspace
- Workspace
Info - Information about the entire workspace
Enums§
- Workspace
Error - Errors that can occur during workspace analysis
Functions§
- resolve_
crate_ from_ path - Resolve a module path to a crate name e.g., “crate::models::user” in package “my-app” -> “my-app” e.g., “serde::Serialize” -> “serde”