wasm4pm-types
Binary data structures for the wasm4pm process mining platform.
This crate defines the canonical types used throughout the wasm4pm ecosystem, including event logs, process models, and conformance results.
Key Types
- Event Logs:
EventLog,Trace,Event, andOCEL(Object-Centric Event Logs). - Process Models:
DFG(Directly-Follows Graph),PetriNet, andDeclareModel. - Conformance:
ConformanceResultandTokenReplayResult. - Utilities:
Blake3Hashfor provenance andError/Resulttypes.
Usage
use ;
// Create a simple event log
let mut log = EventLog ;
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.