const-dotenvy
A rust crate to read environment variables at compile-time and embed them into the code.
For example:
let : = dotenvy!;
will become
let : = ;
It uses dotenvy crate to read the environment file located in the source folder at compile-time, then expands to the read value.