fizyr / subst

Apache License 2.0
10 stars 4 forks source link

Add support for variable substitution in YAML data. #3

Closed de-vri-es closed 2 years ago

de-vri-es commented 2 years ago

This PR adds supports for performing variable substitution on all string values in YAML data. It's added as optional feature to avoid pulling in serde and serde_yaml when the feature is not needed.

I still have to update the changelog, but it appears that I released this crate at home and didn't push the 0.1.0 release (including changelog) yet. I will fix this when I get back home, but for now, you can review the implementation.