Rust language is sometimes annoying because
You are working on some rust code and you are ready to debug with either GDB or rust rover debugger and compile with rustc which takes ages to compile. Another quality of how rust functions is the borrow checker which restricts you from writing clean code in rust. Yet another problem is rusts ownership system when it comes to debugging the rs source files and the toml file stops you from compiling constantly. I tried to make a first person shooting game in rust and it was tiresome as well as extremely challenging to create with borrow checker warnings and multiple syntax errors. I gave up on rust for a while and posted the rust-fps source code onto Coderberg after failing miserably with rust. I'm use to getting things done with C++ that I have 10 years experience self taught in C++ and reading multiple books. But Rust has really challenged me and I will try rust again at a later date but not right now.