d8c762e9df6a6fe5c3c49dea3f83f15fbcd4e0bd
yaml macro to validate YAML input
- Introduced a new `yaml` macro in `harmony_macros` that validates if the provided YAML string is valid by attempting to deserialize it using `serde_yaml`. - Added dependencies on `serde`, `serde_yaml` for handling YAML deserialization. - Included dev dependencies with features enabled for deriving types from `serde`.
Description
Languages
Rust
98%
Jinja
0.9%
Python
0.8%
Shell
0.3%