Skip to main content

Crate ahb_types

Crate ahb_types 

Source
Expand description

Serializable AHB rulebook data types shared across the workspace.

These are pure data types — no parsing or evaluation logic. The mapping crate (mig-bo4e) embeds AhbWorkflow in its distribution bundle, and the validation crate (automapper-validation) interprets it. Keeping the types here lets both depend on the data without a mapping ↔ validation crate edge. This mirrors how PidRequirements (the BO4E-side rulebook) already lives in the mapping crate.

Structs§

AhbCodeRule
An allowed code value within an AHB field rule.
AhbFieldRule
AHB field definition for validation.
AhbWorkflow
AHB workflow definition for a specific Pruefidentifikator.

Enums§

ConditionExpr
A parsed AHB condition expression tree.