[![license: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE-MIT) [![crates.io](https://img.shields.io/crates/v/merde_yaml.svg)](https://crates.io/crates/merde_yaml) [![docs.rs](https://docs.rs/merde_yaml/badge.svg)](https://docs.rs/merde_yaml) # merde_yaml ![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f) _Logo by [MisiasArt](https://misiasart.com)_ Adds YAML serialization/deserialization support for [merde](https://crates.io/crates/merde). You would normally add a dependency on [merde](https://crates.io/crates/merde) directly, enabling its `yaml` feature.