This is the most comprehensive guide to the Rust Programming Language online.
In this article, I’ll programmatically introduce you to Rust Programming Language. I’d point out that Rust Language is not for newbie programmers.
It is difficult.
It is said that 37% of its users only feel productive after a month and 70% after a year.
If you do not have sufficient experience in programming, this article will serve as a repellant rather than a guide to you.
With that said, let’s dive in:
We’ll be creating a simple love calculator:
We’ll learn about Strings, Conditions, Functions, Operators, Error propagation, Modules(imports), Match(an expressive version of if
), Structs, Enums, Methods and Traits, and a bunch of other things