Skip to content

A command-line utility to detect circular depedencies with Graphviz

Notifications You must be signed in to change notification settings

alexover1/dep-sys-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dep-sys-rs

A command-line tool to detect circular dependencies from a Graphviz digraph and perform topological sorting.

Quick Start

To detect depdencies:

$ cargo run -- check chicken.dot
Circular dependency detected between Chicken and Egg

To sort a graph:

$ cargo run -- sort abc.dot
C
B
A

About

A command-line utility to detect circular depedencies with Graphviz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages