cargo-cycles-0.2.0 is not a library.
cargo-cycles
A cargo extension for detecting dependency cycles between crates and within modules for a workspace.
Circular dependencies indicate structural issues in the code and should be avoided in well-engineered projects.
Usage
Basic usage
# Run module-level cycle detection
# Run with verbose output
Local installation
For dev installation, run cargo install --path cargo-cycles --force