5 releases

new 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

#116 in Cargo plugins

Download history 295/week @ 2024-09-25 75/week @ 2024-10-02 217/week @ 2024-10-09

587 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.5–2.2MB
~39K SLoC