1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-11-26 10:04:19 +00:00
micronfig/micronfig_macros/tests/configs/01-three-strings.rs

8 lines
73 B
Rust
Raw Normal View History

2024-01-02 07:34:39 +00:00
use micronfig;
config! {
GARAS: String,
AUTO: String,
BUS: String,
}