Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 260 Bytes

Diagram Generator

Generate a diagram from your rust code.

Usage

cargo run -- <path-to-rust-main-file>

The generated diagram will be saved in the same directory where you run the command.

Example

Example