Zero-copy binary data structures for the CodeManufactory process mining engine.
This crate provides the core data structures used by the `pictl` high-performance process mining algorithms. It ensures predictable latency, minimal memory footprint, and absolute deterministic behavior.
v26.5.4
Add this to your `Cargo.toml`:
```toml
[dependencies]
pictl-types = "26.5.4"
```