diagen

Crates.iodiagen
lib.rsdiagen
version0.1.1
created_at2025-07-26 09:19:54.493239+00
updated_at2025-07-26 09:19:54.493239+00
descriptionA tool for generating a diagram for a Rust project based on its source code.
homepage
repositoryhttps://github.com/bircni/DiagramGenerator
max_upload_size
id1768950
size76,361
Nicolas (bircni)

documentation

README

Diagram Generator

Crates.io CI

Generate a diagram from your rust code.

Usage

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.

Commit count: 0

cargo fmt