Crate yuml_rs

Source
Expand description

Parse yUML as SVG using the “dot” binary from the “graphviz” toolset.

Based on the Javascript version from Jaime Olivares: yuml-diagram. At the moment only Activity diagrams are supported, with no guarantees that the other variations will be added in the future.

Functions§

parse_yuml
Generate the interediate DotFile from the yUML input. Usage:
render_svg_from_dot
Render SVG using the “dot” binary, taking a valid dot-description as input. Usage:
write_svg_from_dot
Similar to render_svg_from_dot but writes the output directly to a file