0.1.1 |
|
---|---|
0.1.0 |
|
#50 in #expand
3KB
dotenv_consts
is a macro that expands the environment variables in your dotfile to constanst.
mod env {
::dotenv_consts::dotenv_consts!();
}
fn main() {
println!("{}", env::SOME_VAR);
}
Dependencies
~3.5–5MB
~96K SLoC