Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 589 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 589 Bytes

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.