envsubst-rs
envsubst-rs copied to clipboard
Add support for any type that implements display
Hello,
Do you think something like this is useful?
I have an enum that I would like to insert into my template.
I just now realized that I can implement Into<String> instead of std::fmt::Display and just sprinkle some .into()... Perhaps that is better?
Regards