@Jdm2 oh, and maybe not implied already, but rustup is *usually* a must-have for me. I somewhat regularly need to do weird things and rust-toolchain.toml is magic, but only works with rustup installed :)
Also many mainstream distros have *really* out of date compilers.
@ianthetechie that last part. that's what I was fearing.
I got flashbacks from sudo apt-get install python being a 2.x install, not a 3.x one and then spent hours trying to find out why the program suddenly broke when you deployed it to another machine. lol. thanks!
@Jdm2 Yeah, that is my experience on several major Linux distros 😅 Linux is my most common Rust *deployment* target, but most of my development is on macOS or FreeBSD., which have more modern tooling out of the box.
Until the most recent Debian release for example, the packaged Rust compiler was so old that you couldn't build dozens of popular tools I use.