Is Rust worth learning for a job?

You definitely don’t need to learn Rust. It’s a neat language though and it’s worth tooling around in for a bit, at very least to get a feel for the ‘borrow checker’ . If you are in a field where everything is being rewritten in Rust, then it may be a good idea to spend some time on it.

Read more

Is it worth learning Rust in 2020?

Rust: low-level language with abstractions from higher-level languages. The low-level language Rust is so efficient that it can do without automatic garbage collection . Nevertheless, it offers the performance of C and C++, but without the pitfalls that developers have to know and consider at work.

Read more