env_applier
Apply environment variables on a string.
Getting Started
Quick Start
extern crate env_applier;
use *;
or with prefix
extern crate env_applier;
use *;
Useful link
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.