12
Cargo env file?
(lemmy.physfluids.fr)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
You should look at the tools I linked.
cargo-makewould just change your flow tocargo make run,cargo make check, etc. andjusthas similar benefits. You'd handle the computer-specific logic in there, using a .env per computer if you want.Ok, I'll look into that then. Thanks.