//! Runtime for executing wellformed schemas.
//!
//! This module provides the runtime components for:
//! - Applying transforms to normalize data
//! - Evaluating predicates against values
//! - Validating values against schemas
pub use ;
pub use ;
pub use ;
pub use register_address_predicates;