Crate uml_parser

Source

Structs§

UMLTokens

Enums§

UMLToken
Tokens that represent each of the elements of UML that are supported.

Functions§

parse_uml_file
Parse a UML file and return the UMLTokens that were parsed.
uml_parser