merge_toml_values

Function merge_toml_values 

Source
pub fn merge_toml_values(base: &mut Value, overlay: &Value)
Expand description

Recursively merge two TOML values.

If both values are tables, they are merged recursively. Otherwise, the overlay value replaces the base value.