pictl-types 26.5.5

Binary data structures for pictl process mining platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# pictl-types

Zero-copy binary data structures for the CodeManufactory process mining engine.

## Overview
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.

## Version
v26.5.4

## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
pictl-types = "26.5.4"
```