Examples
End-to-end walkthroughs showing how to use Rust4PM. Each example is backed by a real, runnable Python script.
Building a Linked OCEL
Construct an OCEL end-to-end: Declare event and object types, add events/objects with E2O/O2O relations, and export the resulting OCEL 2.0 to different formats.
Building an OCEL from CSV tables
Read events, objects, and relationships from CSV tables and build an OCEL 2.0 log. Works the same way for Pandas or Polars dataframes.