//! Driver projections and policy keyed by canonical operation identity.
//!
//! The driver owns no operation identity. Host-side capabilities such as
//! indirect dispatch, NVMe ingest, and zero-copy mapping are reached through
//! the backend capability surface and `vyre-runtime`, never through an
//! operation registration.
/// Policy enforcement contracts.
/// Target-facet semantic identity validation.
/// Operation identifier migrations and deprecations.
/// Operation mutation classification.
pub use ;
pub use ;
pub use ;
pub use MutationClass;