stream_xes_from_path

Function stream_xes_from_path 

Source
pub fn stream_xes_from_path<'a, P: AsRef<Path>>(
    path: P,
    options: XESImportOptions,
) -> Result<XESParsingStreamAndLogData<'a>, XESParseError>
Expand description

Stream XES Traces from path (auto-detecting gz compression from file extension)

The returned XESParsingStreamAndLogData contains the XESOuterLogData and can be used to iterate over Traces