//! L0 ABI stratum.
//!
//! The outermost protocol surface of the kernel: identifiers, authority
//! principals, capability masks, top-level error type. No dependencies on
//! state / runtime / persist strata.
//!
//! Downstream layers re-export through `lib.rs`; external callers import
//! from `arkhe_kernel::abi::*`.
pub use CapabilityMask;
pub use ArkheError;
pub use ;
pub use ;