5 releases

0.1.4 Oct 12, 2024
0.1.3 Oct 12, 2024
0.1.2 Sep 29, 2024
0.1.1 Sep 29, 2024
0.1.0 Sep 29, 2024

#44 in Visualization

MIT license

38KB
772 lines

cargo-diagram

Create diagrams (PlantUML) about your rust code!

⚠️ Warning: Work in Progress! A lot features are missing!

Run cargo diagram and you will get a diagram about your full repository!

Feature list

Feature Description State
Module Overview Generate a uml diagram that shows your modules, structs, traits and functions. Alpha
Struct Overview Generate a standard uml diagram about your structs WIP
C4 Generate a c4 component diagram WIP
Flow Generate flow charts of specific functions WIP

Install

Install with cargo:

cargo install cargo-diagram

Module Overview

Dependencies

~1.4–2.1MB
~38K SLoC