| Crates.io | rustkernel-procint |
| lib.rs | rustkernel-procint |
| version | 0.2.0 |
| created_at | 2026-01-14 17:55:56.39029+00 |
| updated_at | 2026-01-19 20:08:25.334169+00 |
| description | RustKernels Procint domain kernels |
| homepage | |
| repository | https://github.com/mivertowski/RustKernels |
| max_upload_size | |
| id | 2043343 |
| size | 229,853 |
GPU-accelerated process intelligence kernels for process mining and conformance checking.
Add to your Cargo.toml:
[dependencies]
rustkernel-procint = "0.1.0"
use rustkernel_procint::prelude::*;
// Build a directly-follows graph from event logs
let dfg = DFGConstruction::new();
let graph = dfg.build(&event_log);
Apache-2.0