# Rust UML Parser 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.