wasm4pm 26.6.25

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
7
8
//! POWL conversion: to/from Petri net, process tree, BPMN XML, and YAWL XML.

pub mod from_petri_net;
pub mod from_process_tree;
pub mod to_bpmn;
pub mod to_petri_net;
pub mod to_process_tree;
pub mod to_yawl;