//! # Backward Compatibility Layer for Fault Tolerance Module
//!
//! This module provides backward compatibility with code that was using the
//! previous organization of the fault_tolerance.rs file.
// Re-export all types from the new modules
pub use crate;
// The following is just to ensure documentation clarity in case someone is using
// the old path, but implementation is delegated to the new modules
pub type Deprecated = ;