Rust is a hot programming language these days and it is easy to get starting with it. A lot of cool software is written using Rust like Deno fror example. This short blogpost will help you getting started learning Rust.
The Book
The first contact point beside the official Rust hompage https://www.rust-lang.org/ is the the Rustlang book: https://doc.rust-lang.org/book/ Here you can start writing small Rust programms and learn the basics of the Rust programming language.
Rust by Example
Rust by Example is another great resource learning to write basic Rust programms. https://doc.rust-lang.org/rust-by-example/
The Youtube channel
There is a Rust youtube channel showing you more advanced Rust concepts. https://www.youtube.com/@RustVideos
Rust in Action
There is a papercopy book written by Tim McNamara providing you with a guide about Rusts basic concepts.
https://www.manning.com/books/rust-in-action
Conclusion
You see there are enough free resources getting started learning Rust I hope you enjouyed this short blogpost.
Top comments (0)