merge-yaml-hash 0.3.0

YAML Hash with merge/update capabilities
Documentation
[package]
name = "merge-yaml-hash"
description = "YAML Hash with merge/update capabilities"
categories = ["config", "encoding", "parsing"]
version = "0.3.0"
edition = "2021"
repository = "https://github.com/qtfkwk/merge-yaml-hash"
license = "MIT"

[dependencies]
yaml-rust = "0.4.3"
linked-hash-map = "0.5.2"