You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
It would be great for purposes of templating and constructing yaml configs for other programs to have a nice way to declare lots of nested yaml in source code, similar to serde_json's json!({}) macro.
Of course we all know this sounds much easier than it is to do. It's a big ask but I hope the Rust community can get it some day.
The text was updated successfully, but these errors were encountered:
Fishrock123
changed the title
Fetaure Request: yaml!() macro similar to serde_json::json!({})
Feature Request: yaml!() macro similar to serde_json::json!({})Aug 9, 2023
It would be great for purposes of templating and constructing yaml configs for other programs to have a nice way to declare lots of nested yaml in source code, similar to
serde_json
'sjson!({})
macro.Of course we all know this sounds much easier than it is to do. It's a big ask but I hope the Rust community can get it some day.
The text was updated successfully, but these errors were encountered: