"> <@haobogu:matrix.org> Hello..." <- > <@jamesmunns:beeper.com> I wrote a crate for this: https://github.com/jamesmunns/toml-cfg > > It's a little hacky, and this isn't generally how most Rust works, vs C where you'd use a lot of `#define`s to do this. The crate is awesome, I'm trying to understand how you got it done. You said it's not how most Rust works, but for embedded, it's impossible to load config files. Is there any better way to make the project configurable at compile-time?