archunit

Function extract_graph

Source
pub fn extract_graph(
    project: &CargoProject,
    source_options: SourceOptions,
) -> Result<GraphExtraction, ArchUnitError>
Expand description

Extracts or reuses the graph for one Cargo project and source configuration.