mockforge-chaos 0.3.109

Chaos engineering features for MockForge - fault injection and resilience testing
Documentation
1
2
3
4
5
6
7
8
9
//! Re-export of failure injection types from mockforge-core.
//!
//! These types originated in mockforge-core and are being migrated to mockforge-chaos
//! as part of the chaos module extraction (Phase 6a). During the transition period,
//! both paths work, but prefer importing from `mockforge_chaos::core_failure_injection`.

pub use mockforge_core::failure_injection::{
    create_failure_injector, FailureConfig, FailureInjector, TagFailureConfig,
};