archunit

Function gather_forbidden_slice_dependency_violations

Source
pub fn gather_forbidden_slice_dependency_violations(
    edges: &[ProjectedEdge],
    source_slice: &str,
    target_slice: &str,
) -> Vec<SliceDependencyViolation>
Expand description

Collects dependencies that match one forbidden source-to-target slice pair.