martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
122 stars 14 forks source link

feat(template): add `{escape,unescape}_markers` #245

Closed martinohmann closed 1 year ago

martinohmann commented 1 year ago

This adds functions to escape/unescape interpolation sequence and directive control flow start markers.

These are a prerequisite to properly fix https://github.com/martinohmann/hcl-rs/issues/242.