mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-22 16:14:19 +00:00
8 lines
127 B
Rust
8 lines
127 B
Rust
micronfig::config! {
|
|
GARASAUTO: i64,
|
|
}
|
|
|
|
fn main() {
|
|
std::env::set_var("GARASAUTO", "-1");
|
|
println!("{:#?}", GARASAUTO());
|
|
}
|