process_mining 0.5.5

Process Mining library for working with (object-centric) event data
Documentation
1
2
3
4
5
6
7
8
9
10
//! Event Data
//!
//! Fundamental structs and adjacient utilities for process data
pub mod case_centric;
pub mod object_centric;

pub mod timestamp_utils;

#[cfg(test)]
mod tests;