Skip to content

Analyze and forbid dependency from one mod to another? #219

@fzyzcjy

Description

@fzyzcjy

Hi thanks for the tool! Given the acyclic option, I guess this crate does analyze all dependencies between mods. However, it seems that currently it only outputs a dot graph that shows the ownership between modules, instead of dependency relationship.

In my case, say I have mod A, B, C. I want to check automatically that, the mod A is never used by mod B (but can be used by mod C), such that it satisfies things like layered architecture.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions