Structiagram
Structiagram is a tool to generate Rust struct relation diagram as mermaid.js
format.
Installation
Cargo Installation
Install structiagram
as a CLI executable using cargo
sh
cargo install structiagram
Usage
Run structiagram --help
for the structiagram
CLI parameter usage.
```sh
$ structiagram --help
structiagram 0.1.2
USAGE:
structiagram [OPTIONS] --dir
OPTIONS:
--dir
Root directory to parse files
-h, --help Print help information
-o, --output