mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-12-23 12:34:18 +00:00
9 lines
131 B
Rust
9 lines
131 B
Rust
|
micronfig::config! {
|
||
|
GARASAUTO: ,
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
std::env::set_var("GARASAUTO", "garasauto");
|
||
|
println!("{:#?}", GARASAUTO());
|
||
|
}
|