Crates.io | rudg |
lib.rs | rudg |
version | 0.1.1 |
source | src |
created_at | 2022-05-15 08:28:53.333529 |
updated_at | 2022-05-20 07:49:55.504054 |
description | Rust UML Diagram Generator. A library for generating UML diagram from Rust source code. |
homepage | |
repository | https://github.com/SelamaAshalanore/rudg |
max_upload_size | |
id | 587026 |
size | 75,017 |
Rust UML Diagram Generator
Tools that parsing Rust code into UML diagram (in dot format currently).
$ rudg.exe --help
rudg 0.1.0
USAGE:
rudg.exe [file] [OPTIONS]
ARGS:
<file> Rust source code file path
OPTIONS:
-h, --help Print help information
-o, --output <DIR> Sets a custom output directory
-V, --version Print version information
rudg is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
dot_graph: A library for generating Graphviz DOT language files.