harmony/harmony-rs/harmony_macros
Jean-Gabriel Gill-Couture d8c762e9df feat(harmony_macros): add 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`.
2025-01-22 10:21:08 -05:00
..
src feat(harmony_macros): add yaml macro to validate YAML input 2025-01-22 10:21:08 -05:00
Cargo.lock feat: Added new crate harmony_macros with ip! macro to facilitate creating ip addresses 2024-12-09 15:23:12 -05:00
Cargo.toml feat(harmony_macros): add yaml macro to validate YAML input 2025-01-22 10:21:08 -05:00