Crates.io | yaml-merge-keys |
lib.rs | yaml-merge-keys |
version | 0.7.0 |
source | src |
created_at | 2017-03-30 19:05:22.602349 |
updated_at | 2024-03-26 10:59:14.888467 |
description | Implementation of the YAML merge key extension. http://yaml.org/type/merge.html |
homepage | |
repository | https://gitlab.kitware.com/utils/rust-yaml-merge-keys |
max_upload_size | |
id | 9259 |
size | 69,872 |
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).