/uml_parser

Rust UML parser library

Primary LanguageRustApache License 2.0Apache-2.0

Rust UML Parser

Crates.io - uml_parser License

This is a rust UML parser library for tokenizing UML written compatible with PlantUML (http://plantuml.com/).

Example of use

Below is an example of using the UML parser library:

let uml = parse_uml_file(file.to_str().unwrap(), None);

Contributing

Please see CONTRIBUTING.md for details on how to contribute to the project.