The repository contains code written while learning Rust programming language. I used Rust's official guides and books:
- Rust by example to get an idea and stimulate the neurons :)
https://doc.rust-lang.org/stable/rust-by-example/ - The main reference for comprehensive understanding but time-consuming
https://doc.rust-lang.org/book/ - Interactive learning by error fixing exercises
https://github.com/rust-lang/rustlings/ - For microcontroller programming domain
https://doc.rust-lang.org/stable/embedded-book/