Book Image

Rust for Absolute Beginners: Learn Rust in 4 Hours [Video]

By : Ajay R. Warrier
1 (1)
Book Image

Rust for Absolute Beginners: Learn Rust in 4 Hours [Video]

1 (1)
By: Ajay R. Warrier

Overview of this book

Rust is a language that is made for the future. It brings in lessons from every single programming language of the last 30-40 years and puts forward a new way of writing memory-safe programs. Rust focuses on one thing: writing code that doesn’t crash and is memory-safe. It is a programmer’s dream as it helps you write safe code. This course is for anyone and everyone looking to enter the world of Rust. You need to have zero programming experience to start learning with this course. You don’t need any background in computer science as well. The lectures are made with beginners in mind. The goal of this course is not to teach you everything that is there in Rust. That will take forever. Hence, the goal is to make you someone who has a solid understanding of the foundations of Rust. By the end of the course, you can go out and progress in the world of Rust on your own. The code bundle for this course is available at https://github.com/PacktPublishing/Rust-for-Beginners-Learn-Rust-in-4-Hours
Table of Contents (6 chapters)
Chapter 4
Project: Calculator
Content Locked
Section 1
Project Introduction
In this lecture, we will start the section by setting up our project and defining our project in simple steps.