Skip to main content

Learn Rust in a Month of Lunches

0h 0m 0s
English
Paid

Course description

"Learn Rust in a Month of Lunches" - just one month and one hour a day to start writing code in Rust! This book teaches you to write ultra-fast and safe code in Rust through short lessons that can easily fit into your lunch break. Clear explanations and relevant examples make the book accessible to everyone, even if Rust is your first programming language.

Read more about the course

After reading the book, you will be able to:

  • Create real programs in Rust
  • Understand compiler messages and Clippy - a tool for code writing suggestions
  • Make informed decisions about choosing the right types in different contexts
  • Navigate the Rust standard library and its popular components
  • Use third-party Rust libraries (“crates”) to solve common tasks
  • Document your Rust code
  • Work with libraries using asynchronous Rust
  • Write simple declarative macros
  • Master the test-driven development (TDD) approach in Rust

About the technology

Rust is a modern programming language that offers low-level performance comparable to C, but without the complex syntax, memory management issues, and code safety concerns. Rust combines a powerful compiler, a rich library ecosystem, and high performance.

About the book

“Learn Rust in a Month of Lunches” divides learning the language into 24 small lessons, each of which can be completed in an hour or less. The examples are easy to understand, allowing you to quickly transition from zero knowledge of Rust to mastering asynchronous programming and creating your own macros. The code from the book can be run in the browser environment Rust Playground, so you won't need to set up a development environment. It’s the easiest way to start programming in Rust!

Books

Read Book Learn Rust in a Month of Lunches

#Title
1Learn Rust in a Month of Lunches

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

Ultimate Rust Best Practices

Ultimate Rust Best Practices

Sources: ardanlabs.com
This course covers many best practices to help you with integrate Rust into your workflow, and let Rust’s tooling work for you. It includes formatting, linting, dependencies, vu...
1 hour 39 minutes 25 seconds
Rust Developer Bootcamp

Rust Developer Bootcamp

Sources: letsgetrusty.com
Who is this Bootcamp for? Experienced Developers trying to switch to Rust. Learn the language of the future. Your time is valuable (literally, $148,688/yr). Learn Rust FAST wit...
9 hours 50 minutes 20 seconds
Let’s Rust

Let’s Rust

Sources: Pau Labarta Bajo
Take the Let's Rust course and develop an ML service in Rust. Train the model, create a REST API for predictions, and deploy the service in Kubernetes.
12 hours 40 minutes 9 seconds
Rust: Building Reusable Code with Rust from Scratch

Rust: Building Reusable Code with Rust from Scratch

Sources: udemy
Rust is a systems programming language with a focus on safety, especially safe concurrency, supporting both functional and imperative paradigms, syntactically similar to C++, bu...
6 hours 17 minutes 32 seconds
Ultimate Rust: Foundations - Next Steps

Ultimate Rust: Foundations - Next Steps

Sources: ardanlabs.com
This course offers the next steps not covered in Ultimate Rust: Foundations that expand on and optimize what you’ve already built.
50 minutes 48 seconds