Split the Rust configuration options
Rust configuration options are super long and they are very similar.
We could move them to the build script instead, and keep the only stuff that actually changes (e.g., the triple) in the config, or at least split it.