Skip to content

Metaswitch/uml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.