Rust doesn't just run on arduino boards, but most AVR chips. (you need some memory though)
Also those AVR chips come as DIP, take 5V and programmers are cheap so no need to buy expensive arduino boards really.
But if you wan't to do embedded Rust you should really get some ARM or RISC-V chips, they are better supported, run faster, have more memory and peripherals and some have quite extensive HAL crates for fast prototyping.