// SPDX-License-Identifier: BUSL-1.1
//! Surrogate registry — global, monotonic, WAL-durable allocator for
//! every row's stable cross-engine identity.
//!
//! See `nodedb-types/src/surrogate.rs` for the value type. This module
//! owns allocation, checkpoint persistence, boot-time recovery, and
//! the CP-side `assign_surrogate` plumbing wired through `SharedState`.
pub use ;
pub use bootstrap_registry;
pub use ;
pub use ;
pub use ;