Skip to content

New Model Macros: pflow_dsl & pflow_json

Latest
Compare
Choose a tag to compare
@stackdump stackdump released this 14 Sep 16:36
· 7 commits to main since this release
eea128a

Add documentation and macros for Petri-net model creation

Checkout the docs for this release: https://docs.rs/pflow-metamodel/0.2.0/pflow_metamodel/

  • Added detailed documentation for the pflow_dsl! macro.
  • Introduced the pflow_json! macro for creating models from JSON strings.
  • Updated examples and tests to demonstrate the usage of the new macros.
  • Enhanced inline comments for better code understanding.