rudg

Rust UML Diagram Generator

Tools that parsing Rust code into UML diagram (in dot format currently).

License License: MIT

Usage

``` $ rudg.exe --help rudg 0.1.0

USAGE: rudg.exe [file] [OPTIONS]

ARGS: Rust source code file path

OPTIONS: -h, --help Print help information -o, --output

Sets a custom output directory -V, --version Print version information ```

Roadmap (TODO list)

Contributing

License

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.

Related Project

dot_graph: A library for generating Graphviz DOT language files.