This exposes some templating support, allowing specifically the ability to use {{ env.VARIABLE }} within a floki template to replace that value with the environment variable VARIABLE.
Relevant testing
Unit test added
Contributor notes
Anything you think will be useful for reviewers.
Checks
These aren't hard requirements, just guidelines
[x] New/modified Rust code formatted with cargo fmt
[x] Documentation and README.md updated for this change, if necessary
Why this change?
This exposes some templating support, allowing specifically the ability to use
{{ env.VARIABLE }}
within a floki template to replace that value with the environment variable VARIABLE.Relevant testing
Unit test added
Contributor notes
Anything you think will be useful for reviewers.
Checks
These aren't hard requirements, just guidelines
cargo fmt
README.md
updated for this change, if necessaryCHANGELOG.md
updated for this change