//! Per-strategy merge logic.
//!//! Each strategy is a pure function that takes the three values
//! (base, current, proposed) and returns a merge result for that
//! specific path.
pubmodatomic;pubmoddeep_merge;pubmodedge_list;pubmodordered_unique;pubmodreplace;pubmodset_union;