This is a rust UML parser library for tokenizing UML written compatible with PlantUML (http://plantuml.com/).
Below is an example of using the UML parser library:
let uml = parse_uml_file(file.to_str().unwrap(), None);
Please see CONTRIBUTING.md for details on how to contribute to the project.