Anam Ansariforanamansari062.hashnode.net·Mar 1, 2023🦀 Rust Series 04: Supermarket Billing System - Part 2What to expect? In Part 1 of the Supermarket Billing System, we used inquire crate to create options. We also read and displayed the product list using serde and structs. In this part, we will finally code the logic for taking and placing orders. We ...Discuss·20 likes·161 readsRust SeriesRust
Lokesh Kumarforcodetitan.hashnode.net·Feb 6, 2023Getting started with Rust developmentWelcome to the course. Don't forget to subscribe to my newsletter for regular updates. Before I begin I have to mention that I am using a Mac machine(which is very similar to a Linux machine), which means the commands that I will be showing you are f...Discuss·1 like·112 readsrust lang
Lokesh Kumarforcodetitan.hashnode.net·Feb 10, 2023Make a strong Rust Foundation - Data Types, Variables, Mutability, and ConstantsObjective There are some common concepts that appear in almost every programming language. Let's dive into them here to start your Rust journey right. Before we begin I will try my best to go into as much detail as possible. But don't worry if you fi...Discuss·51 readsrustseries
Anam Ansariforanamansari062.hashnode.net·Mar 1, 2023🦀 Rust Series 04: Supermarket Billing System - Part 2What to expect? In Part 1 of the Supermarket Billing System, we used inquire crate to create options. We also read and displayed the product list using serde and structs. In this part, we will finally code the logic for taking and placing orders. We ...Discuss·20 likes·161 readsRust SeriesRust
Lokesh Kumarforcodetitan.hashnode.net·Mar 1, 2023The Slice Type in RustGitHub repo with all the code https://github.com/codeTIT4N/rust-school For this lesson: https://github.com/codeTIT4N/rust-school/tree/main/lesson-8 Make sure to star/fork/watch it on GitHub. Prerequisites To understand this article you must be famili...Discuss·28 readsrustseries
Lokesh Kumarforcodetitan.hashnode.net·Feb 27, 2023References and Borrowing in RustGitHub repo with all the code https://github.com/codeTIT4N/rust-school For this lesson: https://github.com/codeTIT4N/rust-school/tree/main/lesson-7 Make sure to star/fork/watch it on GitHub. Prerequisites To understand this article you must be famili...Discuss·42 readsrustseries
Lokesh Kumarforcodetitan.hashnode.net·Feb 21, 2023Understand Ownership in RustGitHub repo with all the code https://github.com/codeTIT4N/rust-school For this lesson: https://github.com/codeTIT4N/rust-school/tree/main/lesson-6 Make sure to star/fork/watch it on GitHub. Memory Safety Rust is a memory-safe language. This means Ru...Discuss·44 readsrustseries
Lokesh Kumarforcodetitan.hashnode.net·Feb 16, 2023Mastering Rust Fundamentals: Statements, Expressions, Control Flow, and RepetitionGitHub repo with all the code https://github.com/codeTIT4N/rust-school For this lesson: https://github.com/codeTIT4N/rust-school/tree/main/lesson-5 Make sure to star/fork/watch it on GitHub. Statements and Expressions We learned about functions in th...Discuss·47 readsRust
Lokesh Kumarforcodetitan.hashnode.net·Feb 14, 2023Rust concepts: Compound Types, Scopes, Shadowing, and FunctionsGitHub repo with all the code https://github.com/codeTIT4N/rust-school For this lesson: https://github.com/codeTIT4N/rust-school/tree/main/lesson-4 Make sure to star/fork/watch it on GitHub. Compound Types In the last blog of the series, we learned a...Discuss·56 readsrustseries
Lokesh Kumarforcodetitan.hashnode.net·Feb 10, 2023Make a strong Rust Foundation - Data Types, Variables, Mutability, and ConstantsObjective There are some common concepts that appear in almost every programming language. Let's dive into them here to start your Rust journey right. Before we begin I will try my best to go into as much detail as possible. But don't worry if you fi...Discuss·51 readsrustseries
Lokesh Kumarforcodetitan.hashnode.net·Feb 7, 2023Cargo BasicsGitHub repo with all the code https://github.com/codeTIT4N/rust-school Make sure to star/fork/watch it on GitHub. What is Cargo? Cargo is Rust’s build system and package manager. If you are familiar with npm from the Node.Js ecosystem, you can think ...Discussrustseries
Lokesh Kumarforcodetitan.hashnode.net·Feb 6, 2023Getting started with Rust developmentWelcome to the course. Don't forget to subscribe to my newsletter for regular updates. Before I begin I have to mention that I am using a Mac machine(which is very similar to a Linux machine), which means the commands that I will be showing you are f...Discuss·1 like·112 readsrust lang