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

#147 in Visualization

Download history 362/week @ 2024-09-29 171/week @ 2024-10-06 102/week @ 2024-10-13 3/week @ 2024-10-20 5/week @ 2024-11-03 8/week @ 2024-12-08

227 downloads per month

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–2MB
~36K SLoC