| Crates.io | diagen |
| lib.rs | diagen |
| version | 0.1.1 |
| created_at | 2025-07-26 09:19:54.493239+00 |
| updated_at | 2025-07-26 09:19:54.493239+00 |
| description | A tool for generating a diagram for a Rust project based on its source code. |
| homepage | |
| repository | https://github.com/bircni/DiagramGenerator |
| max_upload_size | |
| id | 1768950 |
| size | 76,361 |
Generate a diagram from your rust code.
A tool for generating a diagram for a Rust project based on its source code.
Usage: diagen.exe [OPTIONS]
Options:
-p, --path <PATH> Path to main.rs or lib.rs or the root of the crate
-o, --output <OUTPUT> Path to output the diagram
-l, --loglevel <LOGLEVEL> Log Level Filter [Debug, Info, Error, Warn] [default: Info]
-n, --name <NAME> Name of the Diagram [default: Diagram]
-t, --include-tests Include test functions in the diagram (excluded by default)
-h, --help Print help
-V, --version Print version
The generated diagram will be saved in the same directory where you run the command.