// SPDX-License-Identifier: BUSL-1.1
//! Per-tenant CRDT engine state.
//!
//! Manages the loro-backed CRDT state, constraint validation, and dead-letter
//! queue for a single tenant. Lives on the Data Plane (one per tenant per core).
pub use ValidatedApplyOutcome;
pub use TenantCrdtEngine;