# Ebi_BPMN
A BPMN library for Rust
Contains a parser, a data structure and a writer.
For now, this library focuses on the behaviour of BPMN models; not on the data or resource perspectives.
# Supported elements
* Start, end and intermediate None events
* Start, end and intermediate message events
* Exclusive, inclusive, parallel and event-based gateways
* Expanded and collapsed pools
* Message flows
* Sequence flows
* Tasks
* Expanded and collapsed sub-processes
For more information on these elements, see [this Youtube playlist](https://youtu.be/k0XAej_0In8?si=37Bd6jOFPwqAURlV).