2 releases

Uses old Rust 2015

0.1.1 Jun 8, 2017
0.1.0 Jun 8, 2017

#6 in #uml

Apache-2.0

45KB
1K SLoC

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.

Dependencies

~4.5MB
~88K SLoC