mockforge-foundation 0.3.216

Foundation types shared across the MockForge workspace (Error, Result, EncryptionError)
Documentation
1
2
3
4
5
6
7
8
9
//! Merge strategy implementations
//!
//! This module provides extensibility for different merge strategies.
//! Currently, merge strategies are defined in config.rs, but this module
//! can be extended with additional strategy-specific logic if needed.

// Merge strategies are currently defined in config.rs as an enum.
// This module exists for future extensibility if strategy-specific
// implementations are needed.