Crates.io | cargo-diagram |
lib.rs | cargo-diagram |
version | 0.1.4 |
source | src |
created_at | 2024-09-29 20:57:45.400788 |
updated_at | 2024-10-12 12:22:17.042255 |
description | Creates diagrams about your crate |
homepage | |
repository | https://github.com/gladion136/cargo-diagram |
max_upload_size | |
id | 1391143 |
size | 14,817 |
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 | 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 with cargo:
cargo install cargo-diagram