envsubst-rs icon indicating copy to clipboard operation
envsubst-rs copied to clipboard

Add support for any type that implements display

Open NickeZ opened this issue 1 year ago • 0 comments

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

NickeZ avatar Sep 13 '24 08:09 NickeZ