Rustlings is a good way to start learning rust
https://github.com/rust-lang/rustlings
Interactive exercises for all the main concepts. Starts simple, has useful tips and links to further reading. To pass to the next level, you have to fix a few lines of code.
Super fun way of learning.