yaml-merge-keys

Crates.ioyaml-merge-keys
lib.rsyaml-merge-keys
version0.7.0
sourcesrc
created_at2017-03-30 19:05:22.602349
updated_at2024-03-26 10:59:14.888467
descriptionImplementation of the YAML merge key extension. http://yaml.org/type/merge.html
homepage
repositoryhttps://gitlab.kitware.com/utils/rust-yaml-merge-keys
max_upload_size
id9259
size69,872
Kitware, Inc. (kwrobot)

documentation

https://docs.rs/yaml-merge-keys/~0.7

README

Yaml merge keys

This crate implements support for the Merge Key Language-Independent Type for YAML draft specification for YAML documents from the yaml-rust and serde_yaml (with the serde_yaml feature) crates.

When a mapping in a YAML document contains a << key, its value should be either a mapping or a sequence of mappings. For each mapping, it is merged into the parent mapping where the parent mapping wins conflicts (so that it may override keys from the merge set).

Commit count: 0

cargo fmt