Skip to main content

apply_encoding_differences

Function apply_encoding_differences 

Source
pub fn apply_encoding_differences(
    base: &EncodingMap,
    differences: &EncodingDifferences,
) -> EncodingMap
Expand description

Overlay differences on top of base, returning a fresh map. The base map is left untouched (cheap clone — String allocations are per-entry).