automapper-validation 0.8.0

AHB condition expression parsing, evaluation, and EDIFACT validation
Documentation
1
2
3
4
5
6
7
8
9
//! Condition expression AST types.
//!
//! `ConditionExpr` now lives in the `ahb-types` crate so the mapping (`mig-bo4e`)
//! and validation crates can share it as serializable data without a
//! mapping↔validation dependency edge. It is re-exported here to preserve the
//! existing `crate::expr::ConditionExpr` path and the parser/evaluator code that
//! constructs and matches on it. Tests for the type itself live in `ahb-types`.

pub use ahb_types::ConditionExpr;